Skip to content

Commit

Permalink
new icon from Robert for Tile Index command
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 26, 2012
1 parent 20e5f5a commit 63fa68e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/plugins/GdalTools/GdalTools.py
Expand Up @@ -36,7 +36,7 @@
except ImportError, e:
valid = False

# if the plugin is shipped with QGis catch the exception and
# if the plugin is shipped with QGis catch the exception and
# display an error message
import os.path
qgisUserPluginPath = os.path.abspath( os.path.join( str( QgsApplication.qgisSettingsDirPath() ), "python") )
Expand Down Expand Up @@ -244,7 +244,7 @@ def initGui( self ):
self.overview.setStatusTip( QCoreApplication.translate( "GdalTools", "Builds or rebuilds overview images" ) )
QObject.connect( self.overview, SIGNAL( "triggered()" ), self.doOverview )

self.tileindex = QAction( QIcon( ":icons/tileindex.png" ), QCoreApplication.translate( "GdalTools", "Tile index" ), self.iface.mainWindow() )
self.tileindex = QAction( QIcon( ":icons/tiles.png" ), QCoreApplication.translate( "GdalTools", "Tile index" ), self.iface.mainWindow() )
self.tileindex.setStatusTip( QCoreApplication.translate( "GdalTools", "Build a shapefile as a raster tileindex" ) )
QObject.connect( self.tileindex, SIGNAL( "triggered()" ), self.doTileIndex )

Expand Down
Binary file removed python/plugins/GdalTools/icons/tileindex.png
Binary file not shown.
Binary file added python/plugins/GdalTools/icons/tiles.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/plugins/GdalTools/resources.qrc
Expand Up @@ -16,7 +16,7 @@
<file>icons/raster-overview.png</file>
<file>icons/raster-clip.png</file>
<file>icons/raster-rgb.png</file>
<file>icons/tileindex.png</file>
<file>icons/tiles.png</file>
<file>icons/about.png</file>
<file>icons/dem.png</file>
<file>icons/projection-export.png</file>
Expand Down

0 comments on commit 63fa68e

Please sign in to comment.