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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 26 18:22:56 EST 2010


Author: hamish
Date: 2010-01-26 18:22:56 -0500 (Tue, 26 Jan 2010)
New Revision: 40671

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py
Log:
more error msg (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py	2010-01-26 23:20:43 UTC (rev 40670)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_modules/goutput.py	2010-01-26 23:22:56 UTC (rev 40671)
@@ -319,7 +319,7 @@
                                  'd.rhumbline'    : 'rhumb',
                                  'd.labels'       : 'labels'}[cmdlist[0]]
                 except KeyError:
-                    wx.MessageBox(message=_("Command '%s' not yet implemented.") % cmdlist[0])
+                    wx.MessageBox(message=_("Command '%s' not yet implemented in the GUI. Try adding it as a command layer instead.") % cmdlist[0])
                     return None
 
                 # add layer into layer tree



More information about the grass-commit mailing list