Skip to content

Commit

Permalink
Capitalise first letter of renderer name for consistency
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13720 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jun 12, 2010
1 parent cda4fc9 commit 82b7b59
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ void QgsDisplacementPlugin::initGui()
//Add new renderer to the registry

QgsRendererV2Registry::instance()->addRenderer( new QgsRendererV2Metadata( "pointDisplacement",
QObject::tr( "point Displacement" ),
QObject::tr( "Point Displacement" ),
QgsPointDisplacementRenderer::create, QIcon(),
QgsPointDisplacementRendererWidget::create ) );
}
Expand Down

0 comments on commit 82b7b59

Please sign in to comment.