aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorVivek Jain <jvivek@novell.com>2005-05-12 17:12:57 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-12 17:12:57 +0800
commit9f32896c1ed7619fe050416f90a532a506ad1044 (patch)
tree7449ddaf706bcedaa8b57027407669ff2690b170 /mail
parent0120f7fffdc41671d78c5bc65c33a24074ffdbc9 (diff)
downloadgsoc2013-evolution-9f32896c1ed7619fe050416f90a532a506ad1044.tar
gsoc2013-evolution-9f32896c1ed7619fe050416f90a532a506ad1044.tar.gz
gsoc2013-evolution-9f32896c1ed7619fe050416f90a532a506ad1044.tar.bz2
gsoc2013-evolution-9f32896c1ed7619fe050416f90a532a506ad1044.tar.lz
gsoc2013-evolution-9f32896c1ed7619fe050416f90a532a506ad1044.tar.xz
gsoc2013-evolution-9f32896c1ed7619fe050416f90a532a506ad1044.tar.zst
gsoc2013-evolution-9f32896c1ed7619fe050416f90a532a506ad1044.zip
EPopupItem emfv_popup_items[] replace Print with Print... Fixes #272242
2005-05-06 Vivek Jain <jvivek@novell.com> * em-folder-view.c :EPopupItem emfv_popup_items[] replace Print with Print... Fixes #272242 svn path=/trunk/; revision=29330
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/em-folder-view.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1fdd52735e..e289cd5976 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-06 Vivek Jain <jvivek@novell.com>
+
+ * em-folder-view.c :EPopupItem emfv_popup_items[]
+ replace Print with Print... Fixes #272242
+
2005-05-07 Sankar P <psankar@novell.com>
* mail-ops.c (mail_send_message)
diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c
index 8808be3880..cf7d26dbba 100644
--- a/mail/em-folder-view.c
+++ b/mail/em-folder-view.c
@@ -1000,7 +1000,7 @@ static EPopupItem emfv_popup_items[] = {
{ E_POPUP_BAR, "20.emfv", NULL, NULL, NULL, NULL },
{ E_POPUP_ITEM, "20.emfv.00", N_("_Edit as New Message..."), emfv_popup_edit, NULL, NULL, EM_POPUP_SELECT_EDIT },
{ E_POPUP_ITEM, "20.emfv.01", N_("_Save As..."), emfv_popup_saveas, NULL, "stock_save-as", EM_POPUP_SELECT_MANY },
- { E_POPUP_ITEM, "20.emfv.02", N_("_Print"), emfv_popup_print, NULL, "stock_print", EM_POPUP_SELECT_ONE },
+ { E_POPUP_ITEM, "20.emfv.02", N_("_Print..."), emfv_popup_print, NULL, "stock_print", EM_POPUP_SELECT_ONE },
{ E_POPUP_BAR, "40.emfv", NULL, NULL, NULL, NULL },
{ E_POPUP_ITEM, "40.emfv.00", N_("_Delete"), emfv_popup_delete, NULL, "stock_delete", EM_POPUP_SELECT_DELETE|EM_FOLDER_VIEW_SELECT_LISTONLY },