Codebase list mirage / 3949249
Remove outdated help menu item Thomas Ross 3 years ago
2 changed file(s) with 0 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
407407 ("start-slideshow", self.toggle_slideshow),
408408 ("stop-slideshow", self.toggle_slideshow),
409409 # Help
410 ("show-help", self.show_help),
411410 ("show-about", self.show_about),
412411 # Other
413412 (
41664165
41674166 def show_website(self, dialog, blah, link):
41684167 self.browser_load(link)
4169
4170 def show_help(self, action, parameter, data):
4171 self.browser_load("http://mirageiv.berlios.de/docs.html")
41724168
41734169 def browser_load(self, docslink):
41744170 try:
250250 <attribute name="label" translatable="yes">_Help</attribute>
251251 <section>
252252 <item>
253 <attribute name="icon">help-contents</attribute>
254 <attribute name="label" translatable="yes">_Contents</attribute>
255 <attribute name="action">app.show-help</attribute>
256 <attribute name="accel">F1</attribute>
257 </item>
258 <item>
259253 <attribute name="icon">help-about</attribute>
260254 <attribute name="label" translatable="yes">_About</attribute>
261255 <attribute name="action">app.show-about</attribute>