From c0f0c63c670d799dee4fa7577083d0cbace56db4 Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 10 Feb 2014 02:31:30 +0100 Subject: Restore user-guide and port to yelp --- src/file-share-properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/file-share-properties.c') diff --git a/src/file-share-properties.c b/src/file-share-properties.c index 57d6d29..4886ef3 100644 --- a/src/file-share-properties.c +++ b/src/file-share-properties.c @@ -439,7 +439,7 @@ help_button_clicked (GtkButton *button, GtkWidget *window) { GError *error = NULL; - if (gtk_show_uri (gtk_widget_get_screen (window), "ghelp:mate-user-share", gtk_get_current_event_time (), &error) == FALSE) { + if (gtk_show_uri (gtk_widget_get_screen (window), "help:mate-user-share", gtk_get_current_event_time (), &error) == FALSE) { GtkWidget *dialog; dialog = error_dialog (_("Could not display the help contents."), error->message, GTK_WINDOW (window)); -- cgit v1.2.1