[GRASS-SVN] r57909 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Oct 1 11:32:00 PDT 2013
Author: wenzeslaus
Date: 2013-10-01 11:32:00 -0700 (Tue, 01 Oct 2013)
New Revision: 57909
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI/lmgr: comment for r57865 (handling non-ascii characters returned by platform.platform function)
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2013-10-01 17:38:50 UTC (rev 57908)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2013-10-01 18:32:00 UTC (rev 57909)
@@ -975,6 +975,9 @@
osgeo4w = ''
self._gconsole.WriteCmdLog(_("System Info"))
+ # platform from UTF-8 conversion was added because of Fedora 19
+ # which has the name Schrodinger's cat (umlaut and special ' character)
+ # which appears in the platform.platform() string
self._gconsole.WriteLog("%s: %s\n"
"%s: %s\n"
"%s: %s\n"
More information about the grass-commit
mailing list