Index: /branch/k0p/umitInterfaceEditor/Main.py
===================================================================
--- /branch/k0p/umitInterfaceEditor/Main.py (revision 1441)
+++ /branch/k0p/umitInterfaceEditor/Main.py (revision 1442)
@@ -329,4 +329,6 @@
 		self.notebook.remove_page(-1)
 		self.notebook.remove_page(-1)
+	    self._set_menus_editor(False)
+
 		
 	elif edit == "Profile" and not self.edit_mode_opt == "Profile":
@@ -343,5 +345,5 @@
 	    self.profile_box.notebook.put_on_page()
 	    self._create_tooldesign()
-	    
+	    self._set_menus_editor(True)
 	    self.profile_box.show()
 	    self.obj = self.profile_box
@@ -350,5 +352,5 @@
 	    self._remove_previews()
 	    self.edit_mode_opt="Wizard"
-	    
+	    self._set_menus_editor(True)
 	    bool = self.wizard_box_b==None 
 	    self.create_wizard_edit()
@@ -487,4 +489,7 @@
 	pass
     
+    def _set_menus_editor(self, value):
+	self.main_action_group.get_action('Items').set_sensitive(value)
+	self.main_action_group.get_action('Section').set_sensitive(value)
     
     def save(self, widget):
@@ -522,6 +527,6 @@
             ('Section', None, _('Section'), None),
 	    ('Items', None, _('Items'), None),
-            ('Label', None, _('_Label'), None, 
-	     _('Label'), self.np),
+            ('Insert label', None, _('_Label'), None, 
+	     _('Insert label'), self.np),
             ('New Section', None, _('_New Section'), None, 
 	     _('New Section'), self._add_section),	    
@@ -567,5 +572,5 @@
             </menu>
 	    <menu action='Section'>
-		    <menuitem action='Insert Label'/>
+		    <menuitem action='Insert label'/>
 		    <menuitem action='New Section'/>
 		    <menuitem action='Remove Section Label'/>
@@ -581,5 +586,4 @@
 		    <menuitem action='Move Item Down'/>
 	    </menu>		
-            </menu>
             <menu action='Help'>
             <menuitem action='About'/>
@@ -612,4 +616,5 @@
         self.main_action_group.get_action('Redo').set_sensitive(False)
 
+	self._set_menus_editor(False)
 	#END ENABLE 
 	
