[GRASS-SVN] r43254 - grass/branches/releasebranch_6_4/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 25 03:17:27 EDT 2010


Author: hamish
Date: 2010-08-25 07:17:27 +0000 (Wed, 25 Aug 2010)
New Revision: 43254

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py
Log:
just because it didn't build doesn't always mean that it's MS Windows's fault

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py	2010-08-25 01:12:12 UTC (rev 43253)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/toolbars.py	2010-08-25 07:17:27 UTC (rev 43254)
@@ -170,9 +170,10 @@
             from nviz import errorMsg
             log.WriteCmdLog(_('3D view mode not available'))
             log.WriteWarning(_('Reason: %s') % errorMsg)
-            log.WriteLog(_('Note that the 3D view mode is currently not working under MS Windows '
+            log.WriteLog(_('Note that the wxGUI\'s 3D view mode is currently disabled '
                            '(hopefully this will be fixed soon). '
-                           'Please keep an eye out for updated versions of GRASS.'), wrap = 60)
+                           'Please keep an eye out for updated versions of GRASS. '
+			   'In the meantime you can use "NVIZ" from the File menu.'), wrap = 60)
             
             self.toolId['3d'] = -1
         if haveVDigit:
@@ -185,9 +186,10 @@
             from vdigit import errorMsg
             log.WriteCmdLog(_('Vector digitizer not available'))
             log.WriteWarning(_('Reason: %s') % errorMsg)
-            log.WriteLog(_('Note that the vector digitizer is currently not working under MS Windows '
+            log.WriteLog(_('Note that the wxGUI\'s vector digitizer is currently disabled '
                            '(hopefully this will be fixed soon). '
-                           'Please keep an eye out for updated versions of GRASS.'), wrap = 60)
+                           'Please keep an eye out for updated versions of GRASS. '
+			   'In the meantime you can use "v.digit" from the Develop Vector menu.'), wrap = 60)
             
             self.toolId['vdigit'] = -1
         



More information about the grass-commit mailing list