diff options
Diffstat (limited to 'invest-applet')
-rw-r--r-- | invest-applet/invest/help.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/invest-applet/invest/help.py b/invest-applet/invest/help.py index 81c74fac..4a6b1cd3 100644 --- a/invest-applet/invest/help.py +++ b/invest-applet/invest/help.py @@ -7,7 +7,7 @@ from gi.repository import Gtk from gi.repository import Gdk def show_help(): - Gtk.show_uri(None, "help:invest-applet", Gdk.CURRENT_TIME) + Gtk.show_uri(None, "help:mate-invest-applet", Gdk.CURRENT_TIME) def show_help_section(id): - Gtk.show_uri(None, "help:invest-applet?%s" % id, Gdk.CURRENT_TIME) + Gtk.show_uri(None, "help:mate-invest-applet/%s" % id, Gdk.CURRENT_TIME) |