Skip to content

Commit 084d2c0

Browse files
author
timlinux
committed
Use camel case for plugin name. Fixes issue where tab name appears in lower case
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10523 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ed9e226 commit 084d2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/diagram_overlay/qgsdiagramoverlayplugin.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define QGISEXTERN extern "C"
3232
#endif
3333

34-
static const QString pluginName = "diagram overlay";
34+
static const QString pluginName = "Diagram Overlay";
3535
static const QString pluginDescription = "A plugin for placing diagrams on vector layers";
3636
static const QString pluginVersion = "Version 0.0.1";
3737

0 commit comments

Comments
 (0)