[GRASS-SVN] r53205 - grass/branches/develbranch_6/gui/wxpython/gui_core

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Sep 18 06:33:50 PDT 2012


Author: annakrat
Date: 2012-09-18 06:33:50 -0700 (Tue, 18 Sep 2012)
New Revision: 53205

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

Modified: grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py	2012-09-18 13:32:27 UTC (rev 53204)
+++ grass/branches/develbranch_6/gui/wxpython/gui_core/goutput.py	2012-09-18 13:33:50 UTC (rev 53205)
@@ -716,7 +716,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