summaryrefslogtreecommitdiff
path: root/src/actions.c
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-09 23:50:08 -0300
committerPerberos <[email protected]>2011-11-09 23:50:08 -0300
commit21b3ff82393313b00f352c84cdd21c40fb84e27e (patch)
tree1149dce0ee76c2cf72793d633b5d2f5c4ed651f4 /src/actions.c
parent70438138096a47b2505ac55634cd94947ce378b6 (diff)
downloadengrampa-21b3ff82393313b00f352c84cdd21c40fb84e27e.tar.bz2
engrampa-21b3ff82393313b00f352c84cdd21c40fb84e27e.tar.xz
renaming fileroller to engrampa
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c6
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);