Make icon naming consistent for documentation folks

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9215 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2008-08-30 11:24:13 +00:00
parent 4e1dcadf78
commit ebd5db3bfd
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/ogrconverter/" >
<file>ogrconverter.png</file>
<file>ogr_converter.png</file>
</qresource>
</RCC>

View File

@ -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"));