Skip to content

Commit a3dbbac

Browse files
author
jef
committedMay 29, 2010
followup r13593: mention oracle in georaster tooltip
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13594 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6232388 commit a3dbbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/plugins/oracle_raster/qgsoracle_plugin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void QgsOraclePlugin::initGui()
5353
{
5454

5555
// Create the action for tool
56-
mQActionPointer = new QAction( QIcon( ":/oracleplugin/oracleplugin.png" ), tr( "Select GeoRaster" ), this );
56+
mQActionPointer = new QAction( QIcon( ":/oracleplugin/oracleplugin.png" ), tr( "Select Oracle GeoRaster" ), this );
5757
// Set the what's this text
5858
mQActionPointer->setWhatsThis( tr( "Open a Oracle Spatial GeoRaster" ) );
5959
// Connect the action to the run

0 commit comments

Comments
 (0)