summaryrefslogtreecommitdiff
path: root/src/caja-file-management-properties.c
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-12-22 14:59:33 -0800
committerStefano Karapetsas <[email protected]>2013-12-22 14:59:33 -0800
commitf7595b249d052591cab05f5c0bd889f9e000a4aa (patch)
treea661a9ecbfd3a7a4f67f53634665ee7e1b0bb7ef /src/caja-file-management-properties.c
parent0ef48fabc8235bbc1d37c588d235df3bad3f4d39 (diff)
parent92863863832c79ffefbeb1a2c9d78a442fd197b0 (diff)
downloadcaja-f7595b249d052591cab05f5c0bd889f9e000a4aa.tar.bz2
caja-f7595b249d052591cab05f5c0bd889f9e000a4aa.tar.xz
Merge pull request #217 from infirit/yelp
Update help uri to the correct location
Diffstat (limited to 'src/caja-file-management-properties.c')
-rw-r--r--src/caja-file-management-properties.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/caja-file-management-properties.c b/src/caja-file-management-properties.c
index 0d517fee..5bac9e25 100644
--- a/src/caja-file-management-properties.c
+++ b/src/caja-file-management-properties.c
@@ -209,7 +209,7 @@ preferences_show_help (GtkWindow *parent,
g_assert (helpfile != NULL);
g_assert (sect_id != NULL);
- help_string = g_strdup_printf ("help:%s#%s", helpfile, sect_id);
+ help_string = g_strdup_printf ("help:%s/%s", helpfile, sect_id);
gtk_show_uri (gtk_window_get_screen (parent),
help_string, gtk_get_current_event_time (),
@@ -266,7 +266,7 @@ caja_file_management_properties_dialog_response_cb (GtkDialog *parent,
section = "goscaja-61";
break;
}
- preferences_show_help (GTK_WINDOW (parent), "user-guide", section);
+ preferences_show_help (GTK_WINDOW (parent), "mate-user-guide", section);
}
else if (response_id == GTK_RESPONSE_CLOSE)
{