浏览代码

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 年之前
父节点
当前提交
0c9bb441a5
共有 1 个文件被更改,包括 3 次插入0 次删除
  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"