Skip to content

Commit

Permalink
Use camel case for plugin name. Fixes issue where tab name appears in…
Browse files Browse the repository at this point in the history
… lower case

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10523 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 11, 2009
1 parent ed9e226 commit 084d2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/diagram_overlay/qgsdiagramoverlayplugin.cpp
Expand Up @@ -31,7 +31,7 @@
#define QGISEXTERN extern "C"
#endif

static const QString pluginName = "diagram overlay";
static const QString pluginName = "Diagram Overlay";
static const QString pluginDescription = "A plugin for placing diagrams on vector layers";
static const QString pluginVersion = "Version 0.0.1";

Expand Down

0 comments on commit 084d2c0

Please sign in to comment.