diff options
author | infirit <[email protected]> | 2014-02-05 01:39:10 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-05 01:52:51 +0100 |
commit | 0dbf2f8672579549f09a39fa5c238e8347e3f9dd (patch) | |
tree | b793a77aced2a289047b58fd4f757ad579112f7d /accessx-status | |
parent | 2176a84cfbc158f21a92c8c2d1c26922c217e0df (diff) | |
download | mate-applets-0dbf2f8672579549f09a39fa5c238e8347e3f9dd.tar.bz2 mate-applets-0dbf2f8672579549f09a39fa5c238e8347e3f9dd.tar.xz |
Fix help uri for applets
Diffstat (limited to 'accessx-status')
-rw-r--r-- | accessx-status/applet.c | 2 |
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) { |