aboutsummaryrefslogtreecommitdiffstats
path: root/mail/folder-browser-factory.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-09-04 13:14:55 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-04 13:14:55 +0800
commit53ebb93266d8ae2f4f14792063bef5e2ef9f0063 (patch)
tree063c7f8e4b08d70aad8f8d5d769c385b9a697046 /mail/folder-browser-factory.c
parentbb0529fc37b103599d16434d1bd16aad024c5f62 (diff)
downloadgsoc2013-evolution-53ebb93266d8ae2f4f14792063bef5e2ef9f0063.tar
gsoc2013-evolution-53ebb93266d8ae2f4f14792063bef5e2ef9f0063.tar.gz
gsoc2013-evolution-53ebb93266d8ae2f4f14792063bef5e2ef9f0063.tar.bz2
gsoc2013-evolution-53ebb93266d8ae2f4f14792063bef5e2ef9f0063.tar.lz
gsoc2013-evolution-53ebb93266d8ae2f4f14792063bef5e2ef9f0063.tar.xz
gsoc2013-evolution-53ebb93266d8ae2f4f14792063bef5e2ef9f0063.tar.zst
gsoc2013-evolution-53ebb93266d8ae2f4f14792063bef5e2ef9f0063.zip
Applied Jesse's patch that will append a signature to the replied message
2000-09-04 Jeffrey Stedfast <fejj@helixcode.com> * mail-format.c (mail_generate_reply): Applied Jesse's patch that will append a signature to the replied message text * folder-browser-factory.c: Changed "Send & Receieve" back to "Get Mail" temporarily so that the toolbar buttons don't all get stretched to some weird proportion svn path=/trunk/; revision=5191
Diffstat (limited to 'mail/folder-browser-factory.c')
-rw-r--r--mail/folder-browser-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/folder-browser-factory.c b/mail/folder-browser-factory.c
index a1ffafbf6e..da5c27746d 100644
--- a/mail/folder-browser-factory.c
+++ b/mail/folder-browser-factory.c
@@ -30,7 +30,7 @@
static GList *control_list = NULL;
static GnomeUIInfo gnome_toolbar [] = {
- GNOMEUIINFO_ITEM_STOCK (N_("Send & Receive"), N_("Send queued mail and retrieve new mail"),
+ GNOMEUIINFO_ITEM_STOCK (N_("Get Mail"), N_("Send queued mail and retrieve new mail"),
send_receieve_mail, GNOME_STOCK_PIXMAP_MAIL_RCV),
GNOMEUIINFO_ITEM_STOCK (N_("Compose"), N_("Compose a new message"), compose_msg, GNOME_STOCK_PIXMAP_MAIL_NEW),