controls/EditorPanel.py
changeset 681 c141dad94ff4
parent 675 0ea836add01f
child 687 629680fb0582
--- a/controls/EditorPanel.py	Fri May 04 19:20:46 2012 +0200
+++ b/controls/EditorPanel.py	Mon May 07 18:53:16 2012 +0200
@@ -137,10 +137,10 @@
         if self.VariableEditor is not None:
             self.VariableEditor.RefreshView()
     
-    def GetPluginMenuItems(self):
+    def GetConfNodeMenuItems(self):
         return self.MenuItems
     
-    def RefreshPluginMenu(self, plugin_menu):
+    def RefreshConfNodeMenu(self, confnode_menu):
         pass
     
     def _Refresh(self, *args):