diff options
author | Miguel de Icaza <miguel@ximian.com> | 2001-03-17 10:33:55 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-03-17 10:33:55 +0800 |
commit | f67a81d4aa710ce9fff8041f51da57f7a828e137 (patch) | |
tree | 84f58b600b303ca3eb18856917d56c0285ca3a95 /ui/evolution.xml | |
parent | dfb396395e6ee5e847a82f8ad1d78fabb2628f9f (diff) | |
download | gsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.tar gsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.tar.gz gsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.tar.bz2 gsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.tar.lz gsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.tar.xz gsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.tar.zst gsoc2013-evolution-f67a81d4aa710ce9fff8041f51da57f7a828e137.zip |
Added accelerator to elements missing accelerators (Reply, Inline, Quoted,
2001-03-16 Miguel de Icaza <miguel@ximian.com>
* evolution-mail.xml: Added accelerator to elements missing
accelerators (Reply, Inline, Quoted, Attachments, Empty Trash,
Full Headers).
* evolution.xml: Added a placeholder for the beginning of the
view.
2001-03-16 Miguel de Icaza <miguel@ximian.com>
* menus/gal-view-menus.c (build_menus): Hook this up under the
"ViewBegin" node.
svn path=/trunk/; revision=8772
Diffstat (limited to 'ui/evolution.xml')
-rw-r--r-- | ui/evolution.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/evolution.xml b/ui/evolution.xml index ccd4df565a..a0176241bb 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -103,7 +103,8 @@ </submenu> <submenu name="View" _label="_View"> - <menuitem name="ShortcutBar" id="ViewShortcutBar"/> + <placeholder name="ViewBegin"/> + <menuitem name="ShortcutBar" id="ViewShortcutBar"/> <menuitem name="FolderBar" id="ViewFolderBar"/> </submenu> |