aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/e-mail-shell-view-actions.c18
-rw-r--r--modules/mail/em-composer-prefs.c4
2 files changed, 11 insertions, 11 deletions
diff --git a/modules/mail/e-mail-shell-view-actions.c b/modules/mail/e-mail-shell-view-actions.c
index 2be3f59265..a93191cf7c 100644
--- a/modules/mail/e-mail-shell-view-actions.c
+++ b/modules/mail/e-mail-shell-view-actions.c
@@ -1522,14 +1522,14 @@ static GtkActionEntry mail_entries[] = {
G_CALLBACK (action_mail_folder_expunge_cb) },
{ "mail-account-properties",
- GTK_STOCK_PROPERTIES,
+ "document-properties",
N_("_Properties"),
NULL,
N_("Edit properties of this account"),
G_CALLBACK (action_mail_account_properties_cb) },
{ "mail-account-refresh",
- GTK_STOCK_REFRESH,
+ "view-refresh",
N_("_Refresh"),
NULL,
N_("Refresh list of folders of this account"),
@@ -1557,8 +1557,8 @@ static GtkActionEntry mail_entries[] = {
G_CALLBACK (action_mail_folder_copy_cb) },
{ "mail-folder-delete",
- GTK_STOCK_DELETE,
- NULL,
+ "edit-delete",
+ N_("_Delete"),
NULL,
N_("Permanently remove this folder"),
G_CALLBACK (action_mail_folder_delete_cb) },
@@ -1592,15 +1592,15 @@ static GtkActionEntry mail_entries[] = {
G_CALLBACK (action_mail_folder_new_cb) },
{ "mail-folder-properties",
- GTK_STOCK_PROPERTIES,
- NULL,
+ "document-properties",
+ N_("_Properties"),
NULL,
N_("Change the properties of this folder"),
G_CALLBACK (action_mail_folder_properties_cb) },
{ "mail-folder-refresh",
- GTK_STOCK_REFRESH,
- NULL,
+ "view-refresh",
+ N_("_Refresh"),
"F5",
N_("Refresh the folder"),
G_CALLBACK (action_mail_folder_refresh_cb) },
@@ -1720,7 +1720,7 @@ static GtkActionEntry mail_entries[] = {
G_CALLBACK (action_mail_smart_forward_cb) },
{ "mail-stop",
- GTK_STOCK_STOP,
+ "process-stop",
N_("Cancel"),
NULL,
N_("Cancel the current mail operation"),
diff --git a/modules/mail/em-composer-prefs.c b/modules/mail/em-composer-prefs.c
index 090dc2e482..495274d648 100644
--- a/modules/mail/em-composer-prefs.c
+++ b/modules/mail/em-composer-prefs.c
@@ -1198,9 +1198,9 @@ em_composer_prefs_construct (EMComposerPrefs *prefs,
selection = gtk_tree_view_get_selection (view);
gtk_tree_selection_set_mode (selection, GTK_SELECTION_NONE);
info_pixmap = e_builder_get_widget (prefs->builder, "pixmapSpellInfo");
- gtk_image_set_from_stock (
+ gtk_image_set_from_icon_name (
GTK_IMAGE (info_pixmap),
- GTK_STOCK_DIALOG_INFO, GTK_ICON_SIZE_BUTTON);
+ "dialog-information", GTK_ICON_SIZE_BUTTON);
widget = e_builder_get_widget (prefs->builder, "colorButtonSpellCheckColor");
g_settings_bind_with_mapping (