From 21b3ff82393313b00f352c84cdd21c40fb84e27e Mon Sep 17 00:00:00 2001 From: Perberos Date: Wed, 9 Nov 2011 23:50:08 -0300 Subject: renaming fileroller to engrampa --- src/actions.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/actions.c') 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); -- cgit v1.2.1