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:
gsherman 2005-04-27 03:58:57 +00:00
parent 20756eaf9b
commit d85aecf8ea

View File

@ -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)