summaryrefslogtreecommitdiff
path: root/src/caja-file-management-properties.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-08-01 12:29:26 +0200
committerinfirit <[email protected]>2013-08-01 12:29:26 +0200
commite85845f9024e6cc3272d4cd92f011f886143d818 (patch)
tree4ce371d30eaa917eaccc37f4321c84a216be3372 /src/caja-file-management-properties.c
parent9d02675f9be7a16f89f49928ebadd6ab2c627f77 (diff)
downloadcaja-e85845f9024e6cc3272d4cd92f011f886143d818.tar.bz2
caja-e85845f9024e6cc3272d4cd92f011f886143d818.tar.xz
Replace ghelp: with help: for user-guide
Diffstat (limited to 'src/caja-file-management-properties.c')
-rw-r--r--src/caja-file-management-properties.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-file-management-properties.c b/src/caja-file-management-properties.c
index 066befa0..0d517fee 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 ("ghelp:%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 (),