diff options
author | infirit <[email protected]> | 2013-08-01 12:29:26 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-01 12:29:26 +0200 |
commit | e85845f9024e6cc3272d4cd92f011f886143d818 (patch) | |
tree | 4ce371d30eaa917eaccc37f4321c84a216be3372 /src/caja-location-dialog.c | |
parent | 9d02675f9be7a16f89f49928ebadd6ab2c627f77 (diff) | |
download | caja-e85845f9024e6cc3272d4cd92f011f886143d818.tar.bz2 caja-e85845f9024e6cc3272d4cd92f011f886143d818.tar.xz |
Replace ghelp: with help: for user-guide
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 ec102300..37d091bd 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)), - "ghelp:user-guide#caja-open-location", + "help:user-guide#caja-open-location", gtk_get_current_event_time (), &error); if (error) { |