From ddb856f330e2cf0966e7fc14abee004dad87c8e7 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 2 Aug 2013 17:30:47 +0200 Subject: Enable yelp and ghelp: -> help: --- src/math-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/math-window.c b/src/math-window.c index 8a9302d..5d7cc12 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -211,7 +211,7 @@ static void help_cb(GtkWidget *widget, MathWindow *window) GError *error = NULL; screen = gtk_widget_get_screen(GTK_WIDGET(window)); - gtk_show_uri(screen, "ghelp:mate-calc", gtk_get_current_event_time(), &error); + gtk_show_uri(screen, "help:mate-calc", gtk_get_current_event_time(), &error); if (error != NULL) { -- cgit v1.2.1