diff options
author | infirit <[email protected]> | 2013-08-02 13:53:04 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-02 13:53:04 +0200 |
commit | cceaed2400a5db758f48a372e429e3410271275f (patch) | |
tree | 9b7c05468187355ad5212eb8c1d26bea8c79ff02 /invest-applet/invest | |
parent | 32a2bc051959798d978e6967bd34ff8882aada39 (diff) | |
download | mate-applets-cceaed2400a5db758f48a372e429e3410271275f.tar.bz2 mate-applets-cceaed2400a5db758f48a372e429e3410271275f.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'invest-applet/invest')
-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 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) |