Beremiz.py
changeset 428 ea09f33ce717
parent 427 7ac746c07ff2
child 429 1a5471e81a93
equal deleted inserted replaced
427:7ac746c07ff2 428:ea09f33ce717
   292         AppendMenu(parent, help='', id=wx.ID_OPEN,
   292         AppendMenu(parent, help='', id=wx.ID_OPEN,
   293               kind=wx.ITEM_NORMAL, text=_(u'Open\tCTRL+O'))
   293               kind=wx.ITEM_NORMAL, text=_(u'Open\tCTRL+O'))
   294         AppendMenu(parent, help='', id=wx.ID_SAVE,
   294         AppendMenu(parent, help='', id=wx.ID_SAVE,
   295               kind=wx.ITEM_NORMAL, text=_(u'Save\tCTRL+S'))
   295               kind=wx.ITEM_NORMAL, text=_(u'Save\tCTRL+S'))
   296         AppendMenu(parent, help='', id=wx.ID_SAVEAS,
   296         AppendMenu(parent, help='', id=wx.ID_SAVEAS,
   297               kind=wx.ITEM_NORMAL, text=_(u'Save as\tCTRL+S'))
   297               kind=wx.ITEM_NORMAL, text=_(u'Save as\tCTRL+SHIFT+S'))
   298         AppendMenu(parent, help='', id=wx.ID_CLOSE,
   298         AppendMenu(parent, help='', id=wx.ID_CLOSE,
   299               kind=wx.ITEM_NORMAL, text=_(u'Close Tab\tCTRL+W'))
   299               kind=wx.ITEM_NORMAL, text=_(u'Close Tab\tCTRL+W'))
   300         AppendMenu(parent, help='', id=wx.ID_CLOSE_ALL,
   300         AppendMenu(parent, help='', id=wx.ID_CLOSE_ALL,
   301               kind=wx.ITEM_NORMAL, text=_(u'Close Project'))
   301               kind=wx.ITEM_NORMAL, text=_(u'Close Project'))
   302         parent.AppendSeparator()
   302         parent.AppendSeparator()