summaryrefslogtreecommitdiff
path: root/accessx-status/applet.c
diff options
context:
space:
mode:
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)
{