Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
revert all of r9411 (following up on r9444)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9445 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Oct 6, 2008
1 parent 7fdd6bd commit 7ea0af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/composer/qgscomposer.cpp
Expand Up @@ -256,7 +256,7 @@ void QgsComposer::setupTheme()
mActionAddNewLabel->setIcon( QgisApp::getThemeIcon( "/mActionLabel.png" ) );
mActionAddNewLegend->setIcon( QgisApp::getThemeIcon( "/mActionAddLegend.png" ) );
mActionAddNewScalebar->setIcon( QgisApp::getThemeIcon( "/mActionScaleBar.png" ) );
mActionSelectMoveItem->setIcon( QgisApp::getThemeIcon( "/mActionSelectPan.png" ) );
mActionSelectMoveItem->setIcon( QgisApp::getThemeIcon( "/mActionPan.png" ) );
}

void QgsComposer::connectSlots()
Expand Down

0 comments on commit 7ea0af5

Please sign in to comment.