summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-02-10 02:31:30 +0100
committerinfirit <[email protected]>2014-02-10 02:42:27 +0100
commitc0f0c63c670d799dee4fa7577083d0cbace56db4 (patch)
treefa3edce229ba7d43918a350d12b584ed3dbefc2a /src
parent954a44d6d56f54880ad91f0ed9ba1fd34fb14b10 (diff)
downloadmate-user-share-c0f0c63c670d799dee4fa7577083d0cbace56db4.tar.bz2
mate-user-share-c0f0c63c670d799dee4fa7577083d0cbace56db4.tar.xz
Restore user-guide and port to yelp
Diffstat (limited to 'src')
-rw-r--r--src/file-share-properties.c2
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));