aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-11-18 04:02:52 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-11-18 04:02:52 +0800
commit913aab9b183a25a4ca3477ae389f586efad8770f (patch)
treee6a0525e3b41e367cb33f55b610ede6f9330c5ed /ui
parentce193843e63111f441d212da455f6526b64c6264 (diff)
downloadgsoc2013-evolution-913aab9b183a25a4ca3477ae389f586efad8770f.tar
gsoc2013-evolution-913aab9b183a25a4ca3477ae389f586efad8770f.tar.gz
gsoc2013-evolution-913aab9b183a25a4ca3477ae389f586efad8770f.tar.bz2
gsoc2013-evolution-913aab9b183a25a4ca3477ae389f586efad8770f.tar.lz
gsoc2013-evolution-913aab9b183a25a4ca3477ae389f586efad8770f.tar.xz
gsoc2013-evolution-913aab9b183a25a4ca3477ae389f586efad8770f.tar.zst
gsoc2013-evolution-913aab9b183a25a4ca3477ae389f586efad8770f.zip
Rename verb "OpenFolderInNewWindow" to
"OpenNewWindow". Add a separator before it in the File -> New submenu. svn path=/trunk/; revision=23398
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog6
-rw-r--r--ui/evolution.xml10
2 files changed, 12 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 78821e5986..66522c01ab 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-17 Ettore Perazzoli <ettore@ximian.com>
+
+ * evolution.xml: Rename verb "OpenFolderInNewWindow" to
+ "OpenNewWindow". Add a separator before it in the File -> New
+ submenu.
+
2003-11-13 Ettore Perazzoli <ettore@ximian.com>
* evolution.xml: Remove type="toggle" from the "ToggleOffline"
diff --git a/ui/evolution.xml b/ui/evolution.xml
index 4499b06188..b5abbadff3 100644
--- a/ui/evolution.xml
+++ b/ui/evolution.xml
@@ -30,10 +30,12 @@
<placeholder name="NewFirstItem"/>
<placeholder name="ComponentItems"/>
+ <separator f="" name="eshell8"/>
+
<menuitem name="EvolutionWindow"
- verb="OpenFolderInNewWindow"
- _label="Evolution _Window"
- _tip="Open a new Evolution window"
+ verb="OpenNewWindow"
+ _label="_Window"
+ _tip="Open a new window"
accel="*Control**Shift*w"/>
</submenu>
@@ -122,7 +124,7 @@
<separator f="" name="eshell7"/>
<menuitem name="EvolutionWindow"
- verb="OpenFolderInNewWindow"
+ verb="OpenNewWindow"
_label="Evolution _Window"
_tip="Create a new window displaying this folder"
accel="*Control**Shift*w"/>