Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
extent group box: fix header spelling
  • Loading branch information
jef-n committed Apr 2, 2016
1 parent 9c2473d commit 59de73a
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
@@ -1,5 +1,5 @@
/***************************************************************************
qgsextentroupboxplugin.cpp
qgsextentgroupboxplugin.cpp
--------------------------------------
Date : 28.07.2015
Copyright : (C) 2015 Denis Rouzaud
Expand Down Expand Up @@ -37,7 +37,7 @@ QString QgsExtentGroupBoxPlugin::group() const

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

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

0 comments on commit 59de73a

Please sign in to comment.