Browse Source

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 11 years ago
parent
commit
0c9bb441a5
1 changed files with 3 additions and 0 deletions
  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"