mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
4e1dcadf78
commit
ebd5db3bfd
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@ -1,5 +1,5 @@
|
||||
<RCC>
|
||||
<qresource prefix="/ogrconverter/" >
|
||||
<file>ogrconverter.png</file>
|
||||
<file>ogr_converter.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -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"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user