Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixes new touch icon
  • Loading branch information
slarosa committed Sep 21, 2013
1 parent 1e52c7d commit e6c2acb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/images.qrc
Expand Up @@ -280,7 +280,7 @@
<file>themes/default/mActionTextAnnotation.png</file>
<file>themes/default/mActionToggleEditing.png</file>
<file>themes/default/mActionToggleEditing.svg</file>
<file>themes/default/mActionTouch.png</file>
<file>themes/default/mActionTouch.svg</file>
<file>themes/default/mActionTouch2.png</file>
<file>themes/default/mActionUndo.png</file>
<file>themes/default/mActionUngroupItems.png</file>
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -1798,7 +1798,7 @@ void QgisApp::setTheme( QString theThemeName )
mActionZoomToSelected->setIcon( QgsApplication::getThemeIcon( "/mActionZoomToSelected.svg" ) );
mActionShowRasterCalculator->setIcon( QgsApplication::getThemeIcon( "/mActionShowRasterCalculator.png" ) );
#ifdef HAVE_TOUCH
mActionTouch->setIcon( QgsApplication::getThemeIcon( "/mActionTouch.png" ) );
mActionTouch->setIcon( QgsApplication::getThemeIcon( "/mActionTouch.svg" ) );
#endif
mActionPan->setIcon( QgsApplication::getThemeIcon( "/mActionPan.svg" ) );
mActionPanToSelected->setIcon( QgsApplication::getThemeIcon( "/mActionPanToSelected.svg" ) );
Expand Down

0 comments on commit e6c2acb

Please sign in to comment.