[QGIS Commit] r13594 - trunk/qgis/src/plugins/oracle_raster

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat May 29 11:27:37 EDT 2010


Author: jef
Date: 2010-05-29 11:27:36 -0400 (Sat, 29 May 2010)
New Revision: 13594

Modified:
   trunk/qgis/src/plugins/oracle_raster/qgsoracle_plugin.cpp
Log:
followup r13593: mention oracle in georaster tooltip

Modified: trunk/qgis/src/plugins/oracle_raster/qgsoracle_plugin.cpp
===================================================================
--- trunk/qgis/src/plugins/oracle_raster/qgsoracle_plugin.cpp	2010-05-29 15:21:09 UTC (rev 13593)
+++ trunk/qgis/src/plugins/oracle_raster/qgsoracle_plugin.cpp	2010-05-29 15:27:36 UTC (rev 13594)
@@ -53,7 +53,7 @@
 {
 
   // Create the action for tool
-  mQActionPointer = new QAction( QIcon( ":/oracleplugin/oracleplugin.png" ), tr( "Select GeoRaster" ), this );
+  mQActionPointer = new QAction( QIcon( ":/oracleplugin/oracleplugin.png" ), tr( "Select Oracle GeoRaster" ), this );
   // Set the what's this text
   mQActionPointer->setWhatsThis( tr( "Open a Oracle Spatial GeoRaster" ) );
   // Connect the action to the run



More information about the QGIS-commit mailing list