Skip to content

Commit

Permalink
new nice icon for Extract projection tool. Thanks, Robert!
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Aug 20, 2011
1 parent 9d11354 commit e591d1c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/plugins/GdalTools/GdalTools.py
Expand Up @@ -115,7 +115,7 @@ def initGui( self ):
self.projection.setStatusTip( QCoreApplication.translate( "GdalTools", "Add projection info to the raster" ) )
QObject.connect( self.projection, SIGNAL( "triggered()" ), self.doProjection )

self.extractProj = QAction( QIcon( ":icons/extract-projection.png" ), QCoreApplication.translate( "GdalTools", "Extract projection" ), self.iface.mainWindow() )
self.extractProj = QAction( QIcon( ":icons/projection-export.png" ), QCoreApplication.translate( "GdalTools", "Extract projection" ), self.iface.mainWindow() )
self.extractProj.setStatusTip( QCoreApplication.translate( "GdalTools", "Extract projection information from raster(s)" ) )
QObject.connect( self.extractProj, SIGNAL( "triggered()" ), self.doExtractProj )

Expand Down
Binary file not shown.
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 @@ -20,6 +20,6 @@
<file>icons/tileindex.png</file>
<file>icons/about.png</file>
<file>icons/dem.png</file>
<file>icons/extract-projection.png</file>
<file>icons/projection-export.png</file>
</qresource>
</RCC>

0 comments on commit e591d1c

Please sign in to comment.