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 e69e1fca..e97acb0b 100644
--- a/accessx-status/applet.c
+++ b/accessx-status/applet.c
@@ -156,7 +156,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, "help:accessx-status", gtk_get_current_event_time(), &error);
+ gtk_show_uri(screen, "help:mate-accessx-status", gtk_get_current_event_time(), &error);
if (error)
{