From 6cb1b0bf7c607e9d4f80c33028813fb405d0a3ad Mon Sep 17 00:00:00 2001 From: Monsta Date: Thu, 9 Jul 2015 18:26:41 +0300 Subject: fixed help link - now it points to mate-user-guide please note though that the guide only mentions "menubar" editing, while all other menu types can be freely edited with Mozo as well - since they all use the same set of items under the hood. --- Mozo/MainWindow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mozo/MainWindow.py b/Mozo/MainWindow.py index 7c4623b..92f46c3 100644 --- a/Mozo/MainWindow.py +++ b/Mozo/MainWindow.py @@ -599,7 +599,7 @@ class MainWindow: self.editor.redo() def on_help_button_clicked(self, *args): - gtk.show_uri(gtk.gdk.screen_get_default(), "http://wiki.mate-desktop.org/docs:mozo", gtk.get_current_event_time()) + gtk.show_uri(gtk.gdk.screen_get_default(), "help:mate-user-guide/menu-editor", gtk.get_current_event_time()) def on_revert_button_clicked(self, button): dialog = self.tree.get_object('revertdialog') -- cgit v1.2.1