From cceaed2400a5db758f48a372e429e3410271275f Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 2 Aug 2013 13:53:04 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- 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 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) { -- cgit v1.2.1