diff options
author | infirit <[email protected]> | 2013-12-22 14:18:44 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-12-22 19:41:13 +0100 |
commit | 92863863832c79ffefbeb1a2c9d78a442fd197b0 (patch) | |
tree | a661a9ecbfd3a7a4f67f53634665ee7e1b0bb7ef /src/caja-location-dialog.c | |
parent | 0ef48fabc8235bbc1d37c588d235df3bad3f4d39 (diff) | |
download | caja-92863863832c79ffefbeb1a2c9d78a442fd197b0.tar.bz2 caja-92863863832c79ffefbeb1a2c9d78a442fd197b0.tar.xz |
Update help uri to the correct location
Diffstat (limited to 'src/caja-location-dialog.c')
-rw-r--r-- | src/caja-location-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-location-dialog.c b/src/caja-location-dialog.c index 37d091bd..b534f210 100644 --- a/src/caja-location-dialog.c +++ b/src/caja-location-dialog.c @@ -95,7 +95,7 @@ response_callback (CajaLocationDialog *dialog, case GTK_RESPONSE_HELP : error = NULL; gtk_show_uri (gtk_window_get_screen (GTK_WINDOW (dialog)), - "help:user-guide#caja-open-location", + "help:mate-user-guide/caja-open-location", gtk_get_current_event_time (), &error); if (error) { |