فهرست منبع

https://trac.osgeo.org/grass/ticket/1304: wx: map selection with LANG=C causes error
sort items case-sensitive


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

Martin Landa 14 سال پیش
والد
کامیت
b73814b7cb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      gui/wxpython/gui_modules/gselect.py

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

@@ -329,7 +329,7 @@ class TreeCtrlComboPopup(wx.combo.ComboPopup):
                 continue
             try:
                 elem_list = filesdict[mapset]
-                elem_list.sort(key = unicode.lower)
+                elem_list.sort()
                 for elem in elem_list:
                     if elem != '':
                         fullqElem = elem + '@' + mapset