Преглед изворни кода

wxGUI: Can not set vector layer properties (trac https://trac.osgeo.org/grass/ticket/407)
(merge from devbr6, https://trac.osgeo.org/grass/changeset/34974)


git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34975 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa пре 16 година
родитељ
комит
de314ead32
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gui/wxpython/gui_modules/menuform.py

+ 1 - 1
gui/wxpython/gui_modules/menuform.py

@@ -1012,7 +1012,7 @@ class cmdPanel(wx.Panel):
 
             if ( len(p.get('values', []) ) > 0):
                 valuelist      = map(str, p.get('values',[]))
-                valuelist_desc = map(str, p.get('values_desc',[]))
+                valuelist_desc = map(unicode, p.get('values_desc',[]))
 
                 if p.get('multiple', 'no') == 'yes' and \
                         p.get('gisprompt',False) == False and \