From a93efbfa88ba6a2b7bf63b7f45d790ff5fe8b1f7 Mon Sep 17 00:00:00 2001 From: infirit Date: Wed, 5 Feb 2014 01:39:10 +0100 Subject: Fix help uri for applets --- accessx-status/applet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accessx-status/applet.c') 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) { -- cgit v1.2.1