Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
2 changes: 1 addition & 1 deletion src/app/composer/qgscomposerlegendwidget.cpp
Expand Up @@ -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 )
{
Expand Down

0 comments on commit 27e3a8f

Please sign in to comment.