mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Added icon for the custom projections menu pick
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@3231 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
20756eaf9b
commit
d85aecf8ea
@ -3974,6 +3974,7 @@ void QgisApp::setTheme(QString themeName)
|
||||
actionMeasure->setIconSet(QIconSet(QPixmap(iconPath + "/measure.png")));
|
||||
actionShowBookmarks->setIconSet(QIconSet(QPixmap(iconPath + "/bookmarks.png")));
|
||||
actionNewBookmark->setIconSet(QIconSet(QPixmap(iconPath + "/new_bookmark.png")));
|
||||
actionCustomProjection->setIconSet(QIconSet(QPixmap(iconPath + "/custom_projection.png")));
|
||||
|
||||
}
|
||||
void QgisApp::setupToolbarPopups(QString themeName)
|
||||
|
Loading…
x
Reference in New Issue
Block a user