diff --git a/mirage/__init__.py b/mirage/__init__.py index bbed380..10cedd0 100755 --- a/mirage/__init__.py +++ b/mirage/__init__.py @@ -408,7 +408,6 @@ ("start-slideshow", self.toggle_slideshow), ("stop-slideshow", self.toggle_slideshow), # Help - ("show-help", self.show_help), ("show-about", self.show_about), # Other ( @@ -4167,9 +4166,6 @@ def show_website(self, dialog, blah, link): self.browser_load(link) - - def show_help(self, action, parameter, data): - self.browser_load("http://mirageiv.berlios.de/docs.html") def browser_load(self, docslink): try: diff --git a/resources/gtk/menus.ui b/resources/gtk/menus.ui index 4d90ac0..8a134d4 100644 --- a/resources/gtk/menus.ui +++ b/resources/gtk/menus.ui @@ -251,12 +251,6 @@ _Help
- help-contents - _Contents - app.show-help - F1 - - help-about _About app.show-about