Skip to content

Commit f651018

Browse files
author
mhugent
committed
Changed pan icon to pan+selection icon
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9411 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ac3b206 commit f651018

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-934 Bytes
Binary file not shown.
1.04 KB
Loading

src/app/composer/qgscomposer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ void QgsComposer::setupTheme()
259259
mActionAddNewLabel->setIcon( QgisApp::getThemeIcon( "/mActionLabel.png" ) );
260260
mActionAddNewLegend->setIcon( QgisApp::getThemeIcon( "/mActionAddLegend.png" ) );
261261
mActionAddNewScalebar->setIcon( QgisApp::getThemeIcon( "/mActionScaleBar.png" ) );
262-
mActionSelectMoveItem->setIcon( QgisApp::getThemeIcon( "/mActionPan.png" ) );
262+
mActionSelectMoveItem->setIcon( QgisApp::getThemeIcon( "/mActionSelectPan.png" ) );
263263
}
264264

265265
void QgsComposer::connectSlots()

0 commit comments

Comments
 (0)