followup r13593: mention oracle in georaster tooltip

git-svn-id: http://svn.osgeo.org/qgis/trunk@13594 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
jef 2010-05-29 15:27:36 +00:00
parent 1ac041a48d
commit e1a55976d7

View File

@ -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