git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58643 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -1128,7 +1128,13 @@ class MapsetSelect(wx.combo.ComboCtrl):
mlist.remove(gisenv['MAPSET'])
return mlist
-
+
+ def GetStringSelection(self):
+ return self.GetValue()
+ def SetStringSelection(self, text):
+ return self.SetValue(text)
class SubGroupSelect(wx.ComboBox):
"""!Widget for selecting subgroups"""
def __init__(self, parent, id = wx.ID_ANY, size = globalvar.DIALOG_GSELECT_SIZE,