aboutsummaryrefslogtreecommitdiffstats
path: root/ui/evolution.xml
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2004-04-09 23:57:18 +0800
committerDan Winship <danw@src.gnome.org>2004-04-09 23:57:18 +0800
commit5d7ca1af79287ca3672f3a52e2b35c799bd82867 (patch)
treeb9880e905287c10c7650320c231aba96fe5fcb3a /ui/evolution.xml
parent4a8b6d717107d83401695ffdec711a5452095c27 (diff)
downloadgsoc2013-evolution-5d7ca1af79287ca3672f3a52e2b35c799bd82867.tar
gsoc2013-evolution-5d7ca1af79287ca3672f3a52e2b35c799bd82867.tar.gz
gsoc2013-evolution-5d7ca1af79287ca3672f3a52e2b35c799bd82867.tar.bz2
gsoc2013-evolution-5d7ca1af79287ca3672f3a52e2b35c799bd82867.tar.lz
gsoc2013-evolution-5d7ca1af79287ca3672f3a52e2b35c799bd82867.tar.xz
gsoc2013-evolution-5d7ca1af79287ca3672f3a52e2b35c799bd82867.tar.zst
gsoc2013-evolution-5d7ca1af79287ca3672f3a52e2b35c799bd82867.zip
Update for "New" changes. Move "New Window" into File menu.
* evolution.xml: Update for "New" changes. Move "New Window" into File menu. svn path=/trunk/; revision=25383
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r--ui/evolution.xml23
1 files changed, 6 insertions, 17 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml
index 1be4925610..76e44c1c88 100644
--- a/ui/evolution.xml
+++ b/ui/evolution.xml
@@ -1,5 +1,9 @@
<Root>
<commands>
+ <cmd name="OpenNewWindow" _label="New _Window"
+ _tip="Create a new window displaying this folder"
+ accel="*Control**Shift*w"/>
+
<cmd name="FileClose" _label="Close" _tip="Close this window"
pixtype="stock" pixname="Close" accel="*Control*w"/>
@@ -30,18 +34,11 @@
<menu>
<submenu name="File" _label="_File">
<submenu name="New" _label="_New">
- <placeholder name="NewFirstItem"/>
<placeholder name="ComponentItems"/>
-
- <separator f="" name="eshell8"/>
-
- <menuitem name="EvolutionWindow"
- verb="OpenNewWindow"
- _label="_Window"
- _tip="Open a new window"
- accel="*Control**Shift*w"/>
</submenu>
+ <menuitem name="OpenNewWindow" verb=""/>
+
<placeholder name="FileOps"/>
<separator f="" name="eshell4"/>
@@ -131,14 +128,6 @@
<popups>
<popup name="NewPopup">
<placeholder name="ComponentItems"/>
-
- <separator f="" name="eshell7"/>
-
- <menuitem name="EvolutionWindow"
- verb="OpenNewWindow"
- _label="_Window"
- _tip="Create a new window"
- accel="*Control**Shift*w"/>
</popup>
</popups>