summaryrefslogtreecommitdiff
path: root/src/nautilus-view.c
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-09-02 11:39:52 -0400
committerShaun McCance <shaunm@gnome.org>2011-09-05 10:01:46 -0400
commit4060b9ee98bb080383e4d973c7ae5be1a515f785 (patch)
treeca9aea4d11b0da5f817748742460ea1e3bdb73f7 /src/nautilus-view.c
parent156f61454a06dddadb82990bfd4d287729352ece (diff)
downloadnautilus-4060b9ee98bb080383e4d973c7ae5be1a515f785.tar.gz
Update help targets and add more useful entries to help menu
Diffstat (limited to 'src/nautilus-view.c')
-rw-r--r--src/nautilus-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 86e352cc4..69379b0f2 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -1531,7 +1531,7 @@ pattern_select_response_cb (GtkWidget *dialog, int response, gpointer user_data)
case GTK_RESPONSE_HELP :
error = NULL;
gtk_show_uri (gtk_window_get_screen (GTK_WINDOW (dialog)),
- "ghelp:gnome-help#files-select",
+ "help:gnome-help/files-select",
gtk_get_current_event_time (), &error);
if (error) {
eel_show_error_dialog (_("There was an error displaying help."), error->message,