diff options
author | Monsta <[email protected]> | 2015-07-07 11:09:42 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-07-07 11:09:42 +0300 |
commit | 236551366f45361cfa4bea60d1360b086ac36366 (patch) | |
tree | f284672a384f73898cee043d305b399d9d2fd68e /src/caja-property-browser.c | |
parent | e704022661db84095633b71b4ccc712186e5999a (diff) | |
download | caja-236551366f45361cfa4bea60d1360b086ac36366.tar.bz2 caja-236551366f45361cfa4bea60d1360b086ac36366.tar.xz |
Revert "show main caja help page from m-u-g in all dialogs"
This reverts commit b4e25754bf17ef54569367718eda57ea759108c5.
Diffstat (limited to 'src/caja-property-browser.c')
-rw-r--r-- | src/caja-property-browser.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/caja-property-browser.c b/src/caja-property-browser.c index 6a522af0..d1d75f8d 100644 --- a/src/caja-property-browser.c +++ b/src/caja-property-browser.c @@ -1640,8 +1640,7 @@ help_button_callback (GtkWidget *widget, GtkWidget *property_browser) GtkWidget *dialog; gtk_show_uri (gtk_widget_get_screen (property_browser), - /* FIXME: show proper page instead of main when m-u-g is complete */ - "help:mate-user-guide/files", + "help:mate-user-guide/goscaja-50", gtk_get_current_event_time (), &error); if (error) |