mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
added icon to buffer menu item
git-svn-id: http://svn.osgeo.org/qgis/trunk@731 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
94baf4b90c
commit
816466acb6
@ -94,7 +94,7 @@ void QgsPgGeoprocessing::initGui()
|
||||
// add a menu with 2 items
|
||||
QPopupMenu *pluginMenu = new QPopupMenu(qgisMainWindow);
|
||||
|
||||
pluginMenu->insertItem("&Buffer Features", this, SLOT(buffer()));
|
||||
pluginMenu->insertItem(QIconSet(icon_buffer),"&Buffer Features", this, SLOT(buffer()));
|
||||
// pluginMenu->insertItem("&Unload Geoprocessing Plugin", this, SLOT(unload()));
|
||||
|
||||
menu = ((QMainWindow *) qgisMainWindow)->menuBar();
|
||||
|
Loading…
x
Reference in New Issue
Block a user