aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Marie Dirks <anna@ximian.com>2001-08-18 01:45:47 +0800
committerAnna Dirks <anna@src.gnome.org>2001-08-18 01:45:47 +0800
commit737bb880ba40cf73af3bd7898014357e303a51c9 (patch)
tree215b7540ac900f57a1d0785e7b8d346baeb88608
parentcc9108e8abd23432d68a5b0e34ab15843e0cb9cc (diff)
downloadgsoc2013-evolution-737bb880ba40cf73af3bd7898014357e303a51c9.tar
gsoc2013-evolution-737bb880ba40cf73af3bd7898014357e303a51c9.tar.gz
gsoc2013-evolution-737bb880ba40cf73af3bd7898014357e303a51c9.tar.bz2
gsoc2013-evolution-737bb880ba40cf73af3bd7898014357e303a51c9.tar.lz
gsoc2013-evolution-737bb880ba40cf73af3bd7898014357e303a51c9.tar.xz
gsoc2013-evolution-737bb880ba40cf73af3bd7898014357e303a51c9.tar.zst
gsoc2013-evolution-737bb880ba40cf73af3bd7898014357e303a51c9.zip
Changed the order of the toolbar icons (moved "New Message" (formerly
2001-08-17 Anna Marie Dirks <anna@ximian.com> * evolution-mail-global.xml : Changed the order of the toolbar icons (moved "New Message" (formerly "Compose") to be the left-most item). * evolution-addressbook.xml: Changed Send Contact to Other to Forward Contact. svn path=/trunk/; revision=12162
-rw-r--r--ui/ChangeLog9
-rw-r--r--ui/evolution-addressbook.xml2
-rw-r--r--ui/evolution-mail-global.xml8
3 files changed, 14 insertions, 5 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 927b2862b0..d0784de56e 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,12 @@
+2001-08-17 Anna Marie Dirks <anna@ximian.com>
+
+ * evolution-mail-global.xml : Changed the order of the toolbar icons
+ (moved "New Message" (formerly "Compose") to be the left-most item).
+
+ * evolution-addressbook.xml: Changed Send Contact to Other to Forward
+ Contact.
+
+
2001-08-16 Anna Marie Dirks <anna@ximian.com>
* evolution.xml : Changed "Import file..." to "Import File..."
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml
index c3429f0b6f..3a7ec263e8 100644
--- a/ui/evolution-addressbook.xml
+++ b/ui/evolution-addressbook.xml
@@ -114,7 +114,7 @@
<submenu name="Actions" _label="_Actions">
<menuitem name="ContactsSendContactToOther"
- _label="Send _Contact to Other" verb=""/>
+ _label="_Forward Contact" verb=""/>
<menuitem name="ContactsSendMessageToContact"
_label="Send _Message to Contact" verb=""/>
diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml
index 6c93bd6fc8..2cf57118e2 100644
--- a/ui/evolution-mail-global.xml
+++ b/ui/evolution-mail-global.xml
@@ -114,12 +114,12 @@
<dockitem name="Toolbar">
- <toolitem name="MailGetSend" verb=""
- _label="Send / Receive" priority="1"
+ <toolitem name="MailCompose" verb=""
+ _label="New Message" priority="1"
pixtype="pixbuf"/>
- <toolitem name="MailCompose" verb=""
- _label="Compose" priority="1"
+ <toolitem name="MailGetSend" verb=""
+ _label="Send / Receive" priority="1"
pixtype="pixbuf"/>
<separator/>