mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
fix r15352
git-svn-id: http://svn.osgeo.org/qgis/trunk@15365 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
1e48c18c9e
commit
19e123f522
@ -76,6 +76,7 @@
|
||||
<file>themes/default/mActionFromSelectedFeature.png</file>
|
||||
<file>themes/default/mActionGroupItems.png</file>
|
||||
<file>themes/default/mActionHelpAbout.png</file>
|
||||
<file>themes/default/mActionHelpAPI.png</file>
|
||||
<file>themes/default/mActionHelpContents.png</file>
|
||||
<file>themes/default/mActionHelpSponsors.png</file>
|
||||
<file>themes/default/mActionHideAllLayers.png</file>
|
||||
|
@ -2144,7 +2144,7 @@ void QgisApp::setTheme( QString theThemeName )
|
||||
mActionConfigureShortcuts->setIcon( getThemeIcon( "/mActionOptions.png" ) );
|
||||
mActionHelpContents->setIcon( getThemeIcon( "/mActionHelpContents.png" ) );
|
||||
#ifdef WITH_APIDOC
|
||||
mActionHelpAPI->setIcon( getThemeIcon( "/mActionHelpApi.png" ) );
|
||||
mActionHelpAPI->setIcon( getThemeIcon( "/mActionHelpAPI.png" ) );
|
||||
#endif
|
||||
mActionLocalHistogramStretch->setIcon( getThemeIcon( "/mActionLocalHistogramStretch.png" ) );
|
||||
mActionQgisHomePage->setIcon( getThemeIcon( "/mActionQgisHomePage.png" ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user