PLCOpenEditor.py
changeset 488 93bf600bae11
parent 482 4edbbab206a3
child 489 0caeaa75dcff
--- a/PLCOpenEditor.py	Mon Dec 14 11:00:56 2009 +0100
+++ b/PLCOpenEditor.py	Tue Dec 15 08:53:29 2009 +0100
@@ -1013,14 +1013,14 @@
         self.Controler.LoadPrevious()
         self.CloseTabsWithoutModel()
         self.RefreshEditor()
-        self._Refresh(TITLE, EDITMENU, TYPESTREE, INSTANCESTREE, LIBRARYTREE, 
+        self._Refresh(TITLE, FILEMENU, EDITMENU, TYPESTREE, INSTANCESTREE, LIBRARYTREE, 
                       SCALING)
     
     def OnRedoMenu(self, event):
         self.Controler.LoadNext()
         self.CloseTabsWithoutModel()
         self.RefreshEditor()
-        self._Refresh(TITLE, EDITMENU, TYPESTREE, INSTANCESTREE, LIBRARYTREE, 
+        self._Refresh(TITLE, FILEMENU, EDITMENU, TYPESTREE, INSTANCESTREE, LIBRARYTREE, 
                       SCALING)
     
     def OnEnableUndoRedoMenu(self, event):