summaryrefslogtreecommitdiff
path: root/src/caja-property-browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-property-browser.c')
-rw-r--r--src/caja-property-browser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/caja-property-browser.c b/src/caja-property-browser.c
index d1d75f8d..6a522af0 100644
--- a/src/caja-property-browser.c
+++ b/src/caja-property-browser.c
@@ -1640,7 +1640,8 @@ help_button_callback (GtkWidget *widget, GtkWidget *property_browser)
GtkWidget *dialog;
gtk_show_uri (gtk_widget_get_screen (property_browser),
- "help:mate-user-guide/goscaja-50",
+ /* FIXME: show proper page instead of main when m-u-g is complete */
+ "help:mate-user-guide/files",
gtk_get_current_event_time (), &error);
if (error)