[GRASS-SVN] r53204 - grass/branches/releasebranch_6_4/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 18 06:32:28 PDT 2012


Author: annakrat
Date: 2012-09-18 06:32:27 -0700 (Tue, 18 Sep 2012)
New Revision: 53204

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py
Log:
wxGUI: fixed missing WARNING label in output console

Modified: grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py	2012-09-18 13:29:39 UTC (rev 53203)
+++ grass/branches/releasebranch_6_4/gui/wxpython/gui_core/goutput.py	2012-09-18 13:32:27 UTC (rev 53204)
@@ -714,7 +714,7 @@
         
         # message prefix
         if type == 'warning':
-            messege = 'WARNING: ' + message
+            message = 'WARNING: ' + message
         elif type == 'error':
             message = 'ERROR: ' + message
         



More information about the grass-commit mailing list