Skip to content

Commit 59de73a

Browse files
committedApr 2, 2016
extent group box: fix header spelling
1 parent 9c2473d commit 59de73a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎src/customwidgets/qgsextentgroupboxplugin.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************
2-
qgsextentroupboxplugin.cpp
2+
qgsextentgroupboxplugin.cpp
33
--------------------------------------
44
Date : 28.07.2015
55
Copyright : (C) 2015 Denis Rouzaud
@@ -37,7 +37,7 @@ QString QgsExtentGroupBoxPlugin::group() const
3737

3838
QString QgsExtentGroupBoxPlugin::includeFile() const
3939
{
40-
return "qgsextentroupbox.h";
40+
return "qgsextentgroupbox.h";
4141
}
4242

4343
QIcon QgsExtentGroupBoxPlugin::icon() const

‎src/customwidgets/qgsextentgroupboxplugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/***************************************************************************
2-
qgsextentroupboxplugin.h
2+
qgsextentgroupboxplugin.h
33
--------------------------------------
44
Date : 28.07.2015
55
Copyright : (C) 2015 Denis Rouzaud

0 commit comments

Comments
 (0)
Please sign in to comment.