diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/actions.c | 2 | ||||
-rw-r--r-- | src/gtk-utils.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/actions.c b/src/actions.c index 5754aea..9e85e48 100644 --- a/src/actions.c +++ b/src/actions.c @@ -435,7 +435,7 @@ save_file_response_cb (GtkWidget *w, } if (response == GTK_RESPONSE_HELP) { - show_help_dialog (GTK_WINDOW (data->dialog), "engrampa-convert-archive"); + show_help_dialog (GTK_WINDOW (data->dialog), "engrampa-create#engrampa-convert-archive"); return; } diff --git a/src/gtk-utils.c b/src/gtk-utils.c index 24a686a..8d29c07 100644 --- a/src/gtk-utils.c +++ b/src/gtk-utils.c @@ -772,7 +772,7 @@ show_help_dialog (GtkWindow *parent, char *uri; GError *error = NULL; - uri = g_strconcat ("help:engrampa", section ? "?" : NULL, section, NULL); + uri = g_strconcat ("help:engrampa", section ? "/" : NULL, section, NULL); if (! show_uri (gtk_window_get_screen (parent), uri, GDK_CURRENT_TIME, &error)) { GtkWidget *dialog; |