Skip to content
Permalink
Browse files
Fix inconsistent naming of general options
  • Loading branch information
timlinux committed May 14, 2011
1 parent ce4c126 commit 27e3a8f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -43,7 +43,7 @@ QgsComposerLegendWidget::QgsComposerLegendWidget( QgsComposerLegend* legend ): m

//add widget for item properties
QgsComposerItemWidget* itemPropertiesWidget = new QgsComposerItemWidget( this, legend );
toolBox->addItem( itemPropertiesWidget, tr( "Item Options" ) );
toolBox->addItem( itemPropertiesWidget, tr( "General Options" ) );

if ( legend )
{

0 comments on commit 27e3a8f

Please sign in to comment.