Skip to content

Commit

Permalink
followup r13593: mention oracle in georaster tooltip
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@13594 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 29, 2010
1 parent 1ac041a commit e1a5597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/oracle_raster/qgsoracle_plugin.cpp
Expand Up @@ -53,7 +53,7 @@ void QgsOraclePlugin::initGui()
{

// 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
Expand Down

0 comments on commit e1a5597

Please sign in to comment.