diff options
author | Monsta <[email protected]> | 2015-07-09 18:26:41 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-07-09 18:26:41 +0300 |
commit | 6cb1b0bf7c607e9d4f80c33028813fb405d0a3ad (patch) | |
tree | ff28475b313a2c2f7458199bf380ee960db9db21 /Mozo/MainWindow.py | |
parent | 0a4f47b5ca7196d984c16d6ba5f8558849452bae (diff) | |
download | mozo-6cb1b0bf7c607e9d4f80c33028813fb405d0a3ad.tar.bz2 mozo-6cb1b0bf7c607e9d4f80c33028813fb405d0a3ad.tar.xz |
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.
Diffstat (limited to 'Mozo/MainWindow.py')
-rw-r--r-- | Mozo/MainWindow.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |