aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnna Marie Dirks <anna@ximian.com>2003-04-24 03:08:30 +0800
committerAnna Dirks <anna@src.gnome.org>2003-04-24 03:08:30 +0800
commit1c6f8c8db4b377995f322c14baa33afc38f3c410 (patch)
tree3b061421021d21837a343615b90e326d7112e50d
parent05f739a9f273495f2d5baf922bcb600edb32baac (diff)
downloadgsoc2013-evolution-1c6f8c8db4b377995f322c14baa33afc38f3c410.tar
gsoc2013-evolution-1c6f8c8db4b377995f322c14baa33afc38f3c410.tar.gz
gsoc2013-evolution-1c6f8c8db4b377995f322c14baa33afc38f3c410.tar.bz2
gsoc2013-evolution-1c6f8c8db4b377995f322c14baa33afc38f3c410.tar.lz
gsoc2013-evolution-1c6f8c8db4b377995f322c14baa33afc38f3c410.tar.xz
gsoc2013-evolution-1c6f8c8db4b377995f322c14baa33afc38f3c410.tar.zst
gsoc2013-evolution-1c6f8c8db4b377995f322c14baa33afc38f3c410.zip
*glade/e-folder-list.glade : replaced buttons with stock buttons and added
2003-04-23 Anna Marie Dirks <anna@ximian.com> *glade/e-folder-list.glade : replaced buttons with stock buttons and added HIG-blessed spacing. Fixes 41145. svn path=/trunk/; revision=20940
-rw-r--r--ui/ChangeLog7
-rw-r--r--ui/evolution.xml10
2 files changed, 12 insertions, 5 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index d6782b8948..f30eab01f4 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,10 @@
+003-04-23 Anna Marie Dirks <anna@ximian.com>
+
+ * evolution.xml: Changed the placement and label of "Create New Folder"
+ to be consistent with the terms/layout used for other (namely
+ the shortcut bar) pop-up menus.
+
+
2003-04-21 Rodrigo Moya <rodrigo@ximian.com>
Fixes #22444
diff --git a/ui/evolution.xml b/ui/evolution.xml
index 7f37352ed5..3a484926e7 100644
--- a/ui/evolution.xml
+++ b/ui/evolution.xml
@@ -266,6 +266,11 @@
<separator f="" name="eshell2"/>
+ <menuitem name="CreateNewFolder"
+ verb="NewFolder"
+ _label="_New Folder..."
+ _tip="Create a new folder"/>
+
<menuitem name="DeleteFolder"
verb="DeleteFolder"
_label="_Delete"
@@ -276,11 +281,6 @@
_label="_Rename..."
_tip="Change the name of this folder"/>
- <menuitem name="CreateNewFolder"
- verb="NewFolder"
- _label="Create _New Folder..."
- _tip="Create a new folder"/>
-
<separator f="" name="eshell3"/>
<menuitem name="AddFolderToShortcutBar"