diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-01-12 03:42:47 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-01-12 03:42:47 +0800 |
commit | e39675d2fb02592d4e2dd651b549ea5493e56c13 (patch) | |
tree | 87f7ef83f4df524142c09f1bcd63af1b09a5f798 | |
parent | 9657250f9adde3b0d66aeb4f1809b550ed5c0c54 (diff) | |
download | gsoc2013-evolution-e39675d2fb02592d4e2dd651b549ea5493e56c13.tar gsoc2013-evolution-e39675d2fb02592d4e2dd651b549ea5493e56c13.tar.gz gsoc2013-evolution-e39675d2fb02592d4e2dd651b549ea5493e56c13.tar.bz2 gsoc2013-evolution-e39675d2fb02592d4e2dd651b549ea5493e56c13.tar.lz gsoc2013-evolution-e39675d2fb02592d4e2dd651b549ea5493e56c13.tar.xz gsoc2013-evolution-e39675d2fb02592d4e2dd651b549ea5493e56c13.tar.zst gsoc2013-evolution-e39675d2fb02592d4e2dd651b549ea5493e56c13.zip |
this too
svn path=/trunk/; revision=7402
-rw-r--r-- | ui/evolution.xml | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index caede341a2..a8802f3dbb 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -24,28 +24,17 @@ accel="*Control**Shift*s"/> <separator/> - - <menuitem name="Mail" verb="NewMailMessage" - _label="_Mail message (FIXME)" - accel="*Control**Shift*m"/> - - <menuitem name="Appointment" verb="NewAppointment" - _label="_Appointment (FIXME)" - accel="*Control**Shift*a"/> - - <menuitem name="Contact" verb="NewContact" - _label="_Contact (FIXME)" - accel="*Control**Shift*c"/> - - <menuitem name="Task" verb="NewTask" - _label="_Task (FIXME)" - accel="*Control**Shift*t"/> + <placeholder name="NewItems"/> </submenu> <placeholder name="FileOps"/> <separator/> + <menuitem name="FileImporter" verb="" + _label="_Import file" + _tip="Import an external file format" accel="*Control*i"/> + <menuitem name="FileGoToFolder" verb="" _label="_Go to Folder..." _tip="Display a different folder" accel="*Control*g"/> |