Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make icon naming consistent for documentation folks
git-svn-id: http://svn.osgeo.org/qgis/trunk@9215 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Aug 30, 2008
1 parent c725d5e commit 7b49f36
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes
2 changes: 1 addition & 1 deletion src/plugins/ogr_converter/ogrconverter.qrc
@@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/ogrconverter/" >
<file>ogrconverter.png</file>
<file>ogr_converter.png</file>
</qresource>
</RCC>
2 changes: 1 addition & 1 deletion src/plugins/ogr_converter/plugin.cpp
Expand Up @@ -57,7 +57,7 @@ OgrPlugin::~OgrPlugin()
void OgrPlugin::initGui()
{
// Create the action for tool
mQActionPointer = new QAction(QIcon(":/ogrconverter/ogrconverter.png"), tr("Run OGR Layer Converter"), this);
mQActionPointer = new QAction(QIcon(":/ogrconverter/ogr_converter.png"), tr("Run OGR Layer Converter"), this);

// Set the what's this text
mQActionPointer->setWhatsThis(tr("Replace this with a short description of the what the plugin does"));
Expand Down

0 comments on commit 7b49f36

Please sign in to comment.