summaryrefslogtreecommitdiff
path: root/accessx-status/applet.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-06 14:35:10 -0700
committerStefano Karapetsas <[email protected]>2013-08-06 14:35:10 -0700
commited0921aa6001db711ef137ba5b97941c7c2a6d80 (patch)
tree09022320f0381761340f6ef24866f9b276837cfc /accessx-status/applet.c
parent32a2bc051959798d978e6967bd34ff8882aada39 (diff)
parent556640ffc27a3496ceda03c7f5d75e4d8813586d (diff)
downloadmate-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 'accessx-status/applet.c')
-rw-r--r--accessx-status/applet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accessx-status/applet.c b/accessx-status/applet.c
index 2021036a..eca32ff5 100644
--- a/accessx-status/applet.c
+++ b/accessx-status/applet.c
@@ -147,7 +147,7 @@ static void help_cb(GtkAction* action, AccessxStatusApplet* sapplet)
GError* error = NULL;
GdkScreen* screen = gtk_widget_get_screen(GTK_WIDGET(sapplet->applet));
- gtk_show_uri(screen, "ghelp:accessx-status", gtk_get_current_event_time(), &error);
+ gtk_show_uri(screen, "help:accessx-status", gtk_get_current_event_time(), &error);
if (error)
{