Skip to content

Commit

Permalink
icon updates (though this plugin is not used anymore anyway)
Browse files Browse the repository at this point in the history
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.
Binary file added src/plugins/geoprocessing/geoprocessing.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
216 changes: 216 additions & 0 deletions src/plugins/geoprocessing/geoprocessing.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/plugins/geoprocessing/qgspggeoprocessing.cpp
Expand Up @@ -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$";

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 49cff5c

Please sign in to comment.