4 changes: 2 additions & 2 deletions src/plugins/oracle_raster/qgsoracle_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static const QString sDescription = QObject::tr( "Access Oracle Spatial GeoRaste
static const QString sCategory = QObject::tr( "Layers" );
static const QString sPluginVersion = QObject::tr( "Version 0.1" );
static const QgisPlugin::PLUGINTYPE sPluginType = QgisPlugin::UI;
static const QString sPluginIcon = ":/oracleplugin/oracleplugin.png";
static const QString sPluginIcon = ":/oracleplugin/oracleraster.svg";

//////////////////////////////////////////////////////////////////////
//
Expand Down Expand Up @@ -54,7 +54,7 @@ QgsOraclePlugin::~QgsOraclePlugin()
void QgsOraclePlugin::initGui()
{
// Create the action for tool
mQActionPointer = new QAction( QIcon( ":/oracleplugin/oracleplugin.png" ), tr( "Add Oracle GeoRaster Layer..." ), this );
mQActionPointer = new QAction( QIcon( ":/oracleplugin/oracleraster.svg" ), tr( "Add Oracle GeoRaster Layer..." ), this );
// Set the what's this text
mQActionPointer->setWhatsThis( tr( "Add a Oracle Spatial GeoRaster..." ) );
// Connect the action to the run
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/sqlanywhere/sqlanywhere.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static const QString sDescription = QObject::tr( "Store vector layers within a S
static const QString sCategory = QObject::tr( "Layers" );
static const QString sPluginVersion = QObject::tr( "Version 0.1" );
static const QgisPlugin::PLUGINTYPE sPluginType = QgisPlugin::UI;
static const QString sIcon = ":/sqlanywhere/sqlanywhere.png";
static const QString sIcon = ":/sqlanywhere/sqlanywhere.svg";


/**
Expand Down Expand Up @@ -79,7 +79,7 @@ SqlAnywhere::~SqlAnywhere()
void SqlAnywhere::initGui()
{
// Create the action for tool
mActionAddSqlAnywhereLayer = new QAction( QIcon( ":/sqlanywhere/sqlanywhere.png" ), tr( "Add SQL Anywhere Layer..." ), this );
mActionAddSqlAnywhereLayer = new QAction( QIcon( ":/sqlanywhere/sqlanywhere.svg" ), tr( "Add SQL Anywhere Layer..." ), this );
mActionAddSqlAnywhereLayer->setWhatsThis( tr( "Store vector layers within a SQL Anywhere database" ) );
connect( mActionAddSqlAnywhereLayer, SIGNAL( triggered() ), this, SLOT( addSqlAnywhereLayer() ) );

Expand Down
Binary file removed src/plugins/sqlanywhere/sqlanywhere.png
Binary file not shown.
2 changes: 1 addition & 1 deletion src/plugins/sqlanywhere/sqlanywhere.qrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<RCC>
<qresource prefix="/sqlanywhere/" >
<file>sqlanywhere.png</file>
<file>sqlanywhere.svg</file>
</qresource>
</RCC>
238 changes: 238 additions & 0 deletions src/plugins/sqlanywhere/sqlanywhere.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.