Explorar o código

wxGUI/lmgr: comment for https://trac.osgeo.org/grass/changeset/57865 (handling non-ascii characters returned by platform.platform function)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57909 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras %!s(int64=11) %!d(string=hai) anos
pai
achega
0c9bb441a5
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      gui/wxpython/lmgr/frame.py

+ 3 - 0
gui/wxpython/lmgr/frame.py

@@ -975,6 +975,9 @@ class GMFrame(wx.Frame):
             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"