diff options
author | infirit <[email protected]> | 2013-12-22 14:18:44 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-12-22 19:41:13 +0100 |
commit | 92863863832c79ffefbeb1a2c9d78a442fd197b0 (patch) | |
tree | a661a9ecbfd3a7a4f67f53634665ee7e1b0bb7ef /src/caja-file-management-properties.c | |
parent | 0ef48fabc8235bbc1d37c588d235df3bad3f4d39 (diff) | |
download | caja-92863863832c79ffefbeb1a2c9d78a442fd197b0.tar.bz2 caja-92863863832c79ffefbeb1a2c9d78a442fd197b0.tar.xz |
Update help uri to the correct location
Diffstat (limited to 'src/caja-file-management-properties.c')
-rw-r--r-- | src/caja-file-management-properties.c | 4 |
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) { |