Skip to content

Commit ebd5db3

Browse files
author
timlinux
committedAug 30, 2008

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.