Skip to content

Commit 7b49f36

Browse files
author
timlinux
committedAug 30, 2008
Make icon naming consistent for documentation folks
git-svn-id: http://svn.osgeo.org/qgis/trunk@9215 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c725d5e commit 7b49f36

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
 
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<RCC>
22
<qresource prefix="/ogrconverter/" >
3-
<file>ogrconverter.png</file>
3+
<file>ogr_converter.png</file>
44
</qresource>
55
</RCC>

‎src/plugins/ogr_converter/plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ OgrPlugin::~OgrPlugin()
5757
void OgrPlugin::initGui()
5858
{
5959
// Create the action for tool
60-
mQActionPointer = new QAction(QIcon(":/ogrconverter/ogrconverter.png"), tr("Run OGR Layer Converter"), this);
60+
mQActionPointer = new QAction(QIcon(":/ogrconverter/ogr_converter.png"), tr("Run OGR Layer Converter"), this);
6161

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

0 commit comments

Comments
 (0)
Please sign in to comment.