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 | |
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')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 1880e3ee97..68694cbdbb 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-05-19 Ettore Perazzoli <ettore@ximian.com> + + * evolution.xml: Removed verb "NewView"; use + "OpenFolderInNewWindow" instead. + 2001-05-18 Ettore Perazzoli <ettore@ximian.com> * evolution.xml: Add commands for the Folder submenu in the File 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" |