diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-19 23:29:19 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-19 23:29:19 +0800 |
commit | 3e519c4e1469b93c8fc6684b6aae53779d4ff270 (patch) | |
tree | 2a68b052adcd371aa3c2308d0ce2282546dfb64b /ui/evolution.xml | |
parent | 0b11ddccb9aa109b28f69fefb790453b558a096c (diff) | |
download | gsoc2013-evolution-3e519c4e1469b93c8fc6684b6aae53779d4ff270.tar.gz gsoc2013-evolution-3e519c4e1469b93c8fc6684b6aae53779d4ff270.tar.zst gsoc2013-evolution-3e519c4e1469b93c8fc6684b6aae53779d4ff270.zip |
Renamed the "NewWindow" verb into "OpenFolderInNewWindow". Got the
`File -> Folder -> Open in New Window' menu item to work.
svn path=/trunk/; revision=9893
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r-- | ui/evolution.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index 408552c53e..2d885d67c3 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -36,7 +36,7 @@ <placeholder name="NewFirstItem"> </placeholder> - <menuitem name="EvolutionWindow" verb="NewView" _label="Evolution _Window" + <menuitem name="EvolutionWindow" verb="OpenFolderInNewWindow" _label="Evolution _Window" accel="*Control**Shift*w"/> <menuitem name="Folder" verb="NewFolder" |