Skip to content
Permalink
Browse files
icon updates (though this plugin is not used anymore anyway)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8903 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jul 25, 2008
1 parent 20b1324 commit 49cff5c
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 3 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -39,8 +39,6 @@ email : sherman at mrcc.com
#include "qgsdlgpgbuffer.h"
#include "qgspggeoprocessing.h"

// xpm for creating the toolbar icon
#include "icon_buffer.xpm"

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

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

0 comments on commit 49cff5c

Please sign in to comment.