mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05: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
a0418815cc
commit
efa938d835
@ -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