From a93efbfa88ba6a2b7bf63b7f45d790ff5fe8b1f7 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 5 Feb 2014 01:39:10 +0100 Subject: Fix help uri for applets --- invest-applet/invest/help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'invest-applet/invest') 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) -- cgit v1.2.1