Explorar o código

wxGUI: change default font encoding in settings to UTF-8

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@65324 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=10) %!d(string=hai) anos
pai
achega
d1b1c04c02
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      gui/wxpython/core/settings.py

+ 1 - 1
gui/wxpython/core/settings.py

@@ -161,7 +161,7 @@ class Settings:
             'display': {
                 'font' : {
                     'type' : '',
-                    'encoding': 'ISO-8859-1',
+                    'encoding': 'UTF-8',
                     },
                 'driver': {
                     'type': 'cairo'