diff options
author | infirit <[email protected]> | 2014-02-10 02:31:30 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-10 02:42:27 +0100 |
commit | c0f0c63c670d799dee4fa7577083d0cbace56db4 (patch) | |
tree | fa3edce229ba7d43918a350d12b584ed3dbefc2a /src/file-share-properties.c | |
parent | 954a44d6d56f54880ad91f0ed9ba1fd34fb14b10 (diff) | |
download | mate-user-share-c0f0c63c670d799dee4fa7577083d0cbace56db4.tar.bz2 mate-user-share-c0f0c63c670d799dee4fa7577083d0cbace56db4.tar.xz |
Restore user-guide and port to yelp
Diffstat (limited to 'src/file-share-properties.c')
-rw-r--r-- | src/file-share-properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |