diff options
author | Stefano Karapetsas <[email protected]> | 2013-08-06 14:35:10 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-08-06 14:35:10 -0700 |
commit | ed0921aa6001db711ef137ba5b97941c7c2a6d80 (patch) | |
tree | 09022320f0381761340f6ef24866f9b276837cfc /invest-applet/invest | |
parent | 32a2bc051959798d978e6967bd34ff8882aada39 (diff) | |
parent | 556640ffc27a3496ceda03c7f5d75e4d8813586d (diff) | |
download | mate-applets-ed0921aa6001db711ef137ba5b97941c7c2a6d80.tar.bz2 mate-applets-ed0921aa6001db711ef137ba5b97941c7c2a6d80.tar.xz |
Merge pull request #51 from infirit/yelptools
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) |