diff options
author | Shaun McCance <shaunm@gnome.org> | 2011-09-02 11:39:52 -0400 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2011-09-05 10:01:46 -0400 |
commit | 4060b9ee98bb080383e4d973c7ae5be1a515f785 (patch) | |
tree | ca9aea4d11b0da5f817748742460ea1e3bdb73f7 /src/nautilus-file-management-properties.c | |
parent | 156f61454a06dddadb82990bfd4d287729352ece (diff) | |
download | nautilus-4060b9ee98bb080383e4d973c7ae5be1a515f785.tar.gz |
Update help targets and add more useful entries to help menu
Diffstat (limited to 'src/nautilus-file-management-properties.c')
-rw-r--r-- | src/nautilus-file-management-properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-file-management-properties.c b/src/nautilus-file-management-properties.c index 29ee700d6..a759e162c 100644 --- a/src/nautilus-file-management-properties.c +++ b/src/nautilus-file-management-properties.c @@ -188,7 +188,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 (), |