[GRASS-SVN] r54497 - grass/trunk/gui/wxpython/core

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 2 08:22:10 PST 2013


Author: martinl
Date: 2013-01-02 08:22:10 -0800 (Wed, 02 Jan 2013)
New Revision: 54497

Modified:
   grass/trunk/gui/wxpython/core/gcmd.py
Log:
wxGUI/RunCommand: set caption for error dialog


Modified: grass/trunk/gui/wxpython/core/gcmd.py
===================================================================
--- grass/trunk/gui/wxpython/core/gcmd.py	2013-01-02 15:37:53 UTC (rev 54496)
+++ grass/trunk/gui/wxpython/core/gcmd.py	2013-01-02 16:22:10 UTC (rev 54497)
@@ -678,6 +678,7 @@
             Debug.msg(2, "gcmd.RunCommand(): nothing to print ???")
         else:
             GError(parent = parent,
+                   caption = _("Error in %s") % prog,
                    message = stderr)
     
     Debug.msg(3, "gcmd.RunCommand(): print read error")



More information about the grass-commit mailing list