|
@@ -63,6 +63,8 @@ class MenuTreeWindow(wx.Frame):
|
|
|
|
|
|
wx.Frame.__init__(self, parent = parent, id = id, title = title, **kwargs)
|
|
wx.Frame.__init__(self, parent = parent, id = id, title = title, **kwargs)
|
|
|
|
|
|
|
|
+ self.SetIcon(wx.Icon(os.path.join(globalvar.ETCICONDIR, 'grass.ico'), wx.BITMAP_TYPE_ICO))
|
|
|
|
+
|
|
self.panel = wx.Panel(parent = self, id = wx.ID_ANY)
|
|
self.panel = wx.Panel(parent = self, id = wx.ID_ANY)
|
|
self.dataBox = wx.StaticBox(parent = self.panel, id = wx.ID_ANY,
|
|
self.dataBox = wx.StaticBox(parent = self.panel, id = wx.ID_ANY,
|
|
label=" %s " % _("Menu tree (double-click to run command)"))
|
|
label=" %s " % _("Menu tree (double-click to run command)"))
|