Skip to content

Commit 48eeef4

Browse files
author
timlinux
committed
icon updates (though this plugin is not used anymore anyway)
git-svn-id: http://svn.osgeo.org/qgis/trunk@8903 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1bf1de8 commit 48eeef4

File tree

3 files changed

+217
-3
lines changed

3 files changed

+217
-3
lines changed
2.3 KB
Loading
+216
Loading

src/plugins/geoprocessing/qgspggeoprocessing.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ email : sherman at mrcc.com
3939
#include "qgsdlgpgbuffer.h"
4040
#include "qgspggeoprocessing.h"
4141

42-
// xpm for creating the toolbar icon
43-
#include "icon_buffer.xpm"
4442

4543
static const char * const ident_ = "$Id$";
4644

@@ -75,7 +73,7 @@ QgsPgGeoprocessing::~QgsPgGeoprocessing()
7573
void QgsPgGeoprocessing::initGui()
7674
{
7775
// Create the action for tool
78-
bufferAction = new QAction(QIcon(icon_buffer), tr("&Buffer features"), this);
76+
bufferAction = new QAction(QIcon(":/geoprocessing.png"), tr("&Buffer features"), this);
7977
bufferAction->setWhatsThis(tr("Create a buffer for a PostgreSQL layer. ") +
8078
tr("A new layer is created in the database with the buffered features."));
8179
// Connect the action to the buffer slot

0 commit comments

Comments
 (0)