[QGIS Commit] r9215 - trunk/qgis/src/plugins/ogr_converter

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Aug 30 07:24:14 EDT 2008


Author: timlinux
Date: 2008-08-30 07:24:13 -0400 (Sat, 30 Aug 2008)
New Revision: 9215

Added:
   trunk/qgis/src/plugins/ogr_converter/ogr_converter.png
Removed:
   trunk/qgis/src/plugins/ogr_converter/ogrconverter.png
Modified:
   trunk/qgis/src/plugins/ogr_converter/ogrconverter.qrc
   trunk/qgis/src/plugins/ogr_converter/plugin.cpp
Log:
Make icon naming consistent for documentation folks


Copied: trunk/qgis/src/plugins/ogr_converter/ogr_converter.png (from rev 9211, trunk/qgis/src/plugins/ogr_converter/ogrconverter.png)
===================================================================
(Binary files differ)

Deleted: trunk/qgis/src/plugins/ogr_converter/ogrconverter.png
===================================================================
(Binary files differ)

Modified: trunk/qgis/src/plugins/ogr_converter/ogrconverter.qrc
===================================================================
--- trunk/qgis/src/plugins/ogr_converter/ogrconverter.qrc	2008-08-30 10:14:29 UTC (rev 9214)
+++ trunk/qgis/src/plugins/ogr_converter/ogrconverter.qrc	2008-08-30 11:24:13 UTC (rev 9215)
@@ -1,5 +1,5 @@
 <RCC>
     <qresource prefix="/ogrconverter/" >
-        <file>ogrconverter.png</file>
+        <file>ogr_converter.png</file>
     </qresource>
 </RCC>

Modified: trunk/qgis/src/plugins/ogr_converter/plugin.cpp
===================================================================
--- trunk/qgis/src/plugins/ogr_converter/plugin.cpp	2008-08-30 10:14:29 UTC (rev 9214)
+++ trunk/qgis/src/plugins/ogr_converter/plugin.cpp	2008-08-30 11:24:13 UTC (rev 9215)
@@ -57,7 +57,7 @@
 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"));



More information about the QGIS-commit mailing list