diff options
Diffstat (limited to 'src/actions.c')
-rw-r--r-- | src/actions.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/actions.c b/src/actions.c index f44c262..01c2f5b 100644 --- a/src/actions.c +++ b/src/actions.c @@ -281,7 +281,7 @@ new_file_response_cb (GtkWidget *w, } if (response == GTK_RESPONSE_HELP) { - show_help_dialog (GTK_WINDOW (data->dialog), "file-roller-create"); + show_help_dialog (GTK_WINDOW (data->dialog), "engrampa-create"); return; } @@ -435,7 +435,7 @@ save_file_response_cb (GtkWidget *w, } if (response == GTK_RESPONSE_HELP) { - show_help_dialog (GTK_WINDOW (data->dialog), "file-roller-convert-archive"); + show_help_dialog (GTK_WINDOW (data->dialog), "engrampa-convert-archive"); return; } @@ -864,7 +864,7 @@ activate_action_about (GtkAction *action, "authors", authors, "documenters", documenters, "translator-credits", _("translator-credits"), - "logo-icon-name", "file-roller", + "logo-icon-name", "engrampa", "license", license_text, "wrap-license", TRUE, NULL); |