Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed pan icon to pan+selection icon
git-svn-id: http://svn.osgeo.org/qgis/trunk@9411 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Sep 26, 2008
1 parent 7e84200 commit 211892d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed images/themes/default/mActionPan.png
Binary file not shown.
Binary file added images/themes/default/mActionSelectPan.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/composer/qgscomposer.cpp
Expand Up @@ -259,7 +259,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( "/mActionPan.png" ) );
mActionSelectMoveItem->setIcon( QgisApp::getThemeIcon( "/mActionSelectPan.png" ) );
}

void QgsComposer::connectSlots()
Expand Down

0 comments on commit 211892d

Please sign in to comment.