diff options
author | Monsta <[email protected]> | 2015-07-08 14:02:37 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-07-08 14:02:37 +0300 |
commit | 95964f827056969f20524b38df81ac0f3793aed5 (patch) | |
tree | f19ceabc310dba2a1ba53a02cffe719628eac059 /src/actions.c | |
parent | d720321beb563f2e029a04d238bc145a64eb666c (diff) | |
download | engrampa-95964f827056969f20524b38df81ac0f3793aed5.tar.bz2 engrampa-95964f827056969f20524b38df81ac0f3793aed5.tar.xz |
display correct help pages for all dialogs
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 2 |
1 files changed, 1 insertions, 1 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; } |