[QGIS Commit] r8814 - branches/grass-tidyup-branch/src/plugins/grass

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Jul 17 19:41:48 EDT 2008


Author: timlinux
Date: 2008-07-17 19:41:44 -0400 (Thu, 17 Jul 2008)
New Revision: 8814

Modified:
   branches/grass-tidyup-branch/src/plugins/grass/qgsgrassplugin.cpp
Log:
Use grass shell icon


Modified: branches/grass-tidyup-branch/src/plugins/grass/qgsgrassplugin.cpp
===================================================================
--- branches/grass-tidyup-branch/src/plugins/grass/qgsgrassplugin.cpp	2008-07-17 23:39:35 UTC (rev 8813)
+++ branches/grass-tidyup-branch/src/plugins/grass/qgsgrassplugin.cpp	2008-07-17 23:41:44 UTC (rev 8814)
@@ -158,7 +158,7 @@
     tr("Add GRASS vector layer"), this);
   mAddRasterAction = new QAction(QIcon(":/grass/add_raster.png"),
     tr("Add GRASS raster layer"), this);
-  mOpenShellAction = new QAction(QIcon(":/grass/grass_tools.png"),
+  mOpenShellAction = new QAction(QIcon(":/grass/grass_shell.png"),
     tr("Open GRASS shell"), this);
 
   mRegionAction = new QAction(QIcon(":/grass/grass_region.png"),



More information about the QGIS-commit mailing list