PLCOpenEditor.py
changeset 569 4ce166451816
parent 563 3f92a5e18804
child 570 37ba389e5c01
--- a/PLCOpenEditor.py	Fri Sep 30 17:16:02 2011 +0200
+++ b/PLCOpenEditor.py	Sun Oct 09 23:31:13 2011 +0200
@@ -367,7 +367,7 @@
 
     def _init_coll_DisplayMenu_Items(self, parent):
         AppendMenu(parent, help='', id=wx.ID_REFRESH,
-              kind=wx.ITEM_NORMAL, text=_(u'Refresh\tF5'))
+              kind=wx.ITEM_NORMAL, text=_(u'Refresh\tCTRL+R'))
         if self.EnableDebug:
             AppendMenu(parent, help='', id=wx.ID_CLEAR,
                   kind=wx.ITEM_NORMAL, text=_(u'Clear Errors\tCTRL+K'))