From cceaed2400a5db758f48a372e429e3410271275f Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 2 Aug 2013 13:53:04 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- invest-applet/invest/help.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'invest-applet/invest/help.py') diff --git a/invest-applet/invest/help.py b/invest-applet/invest/help.py index a283a230..a203f782 100644 --- a/invest-applet/invest/help.py +++ b/invest-applet/invest/help.py @@ -6,7 +6,7 @@ from gi.repository import Gtk from gi.repository import Gdk def show_help(): - Gtk.show_uri(None, "ghelp:invest-applet", Gdk.CURRENT_TIME) + Gtk.show_uri(None, "help:invest-applet", Gdk.CURRENT_TIME) def show_help_section(id): - Gtk.show_uri(None, "ghelp:invest-applet?%s" % id, Gdk.CURRENT_TIME) + Gtk.show_uri(None, "help:invest-applet?%s" % id, Gdk.CURRENT_TIME) -- cgit v1.2.1