Skip to content

Commit

Permalink
extent group box: fix header spelling
Browse files Browse the repository at this point in the history
(cherry picked from commit 59de73a)
  • Loading branch information
jef-n committed Jun 26, 2016
1 parent 11f42c9 commit 7025fba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/customwidgets/qgsextentgroupboxplugin.cpp
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
qgsextentroupboxplugin.cpp qgsextentgroupboxplugin.cpp
-------------------------------------- --------------------------------------
Date : 28.07.2015 Date : 28.07.2015
Copyright : (C) 2015 Denis Rouzaud Copyright : (C) 2015 Denis Rouzaud
Expand Down Expand Up @@ -37,7 +37,7 @@ QString QgsExtentGroupBoxPlugin::group() const


QString QgsExtentGroupBoxPlugin::includeFile() const QString QgsExtentGroupBoxPlugin::includeFile() const
{ {
return "qgsextentroupbox.h"; return "qgsextentgroupbox.h";
} }


QIcon QgsExtentGroupBoxPlugin::icon() const QIcon QgsExtentGroupBoxPlugin::icon() const
Expand Down
2 changes: 1 addition & 1 deletion src/customwidgets/qgsextentgroupboxplugin.h
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
/*************************************************************************** /***************************************************************************
qgsextentroupboxplugin.h qgsextentgroupboxplugin.h
-------------------------------------- --------------------------------------
Date : 28.07.2015 Date : 28.07.2015
Copyright : (C) 2015 Denis Rouzaud Copyright : (C) 2015 Denis Rouzaud
Expand Down

0 comments on commit 7025fba

Please sign in to comment.