diff options
author | Rakesh k.g <rakeysh_kg@yahoo.com> | 2006-03-22 09:52:30 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-03-22 09:52:30 +0800 |
commit | d76b7a7730e072f36671eca70f2ddcc7ce83d309 (patch) | |
tree | 8bb84bba40eda4b4f88f822147b8d21df904a7b3 | |
parent | 9c49824e8fbc59d5ac0645ee7c5c6666434f4c0b (diff) | |
download | gsoc2013-evolution-d76b7a7730e072f36671eca70f2ddcc7ce83d309.tar gsoc2013-evolution-d76b7a7730e072f36671eca70f2ddcc7ce83d309.tar.gz gsoc2013-evolution-d76b7a7730e072f36671eca70f2ddcc7ce83d309.tar.bz2 gsoc2013-evolution-d76b7a7730e072f36671eca70f2ddcc7ce83d309.tar.lz gsoc2013-evolution-d76b7a7730e072f36671eca70f2ddcc7ce83d309.tar.xz gsoc2013-evolution-d76b7a7730e072f36671eca70f2ddcc7ce83d309.tar.zst gsoc2013-evolution-d76b7a7730e072f36671eca70f2ddcc7ce83d309.zip |
Insert menu changed its mnemonic. Fixes bug #331975. (Committed by Andre
2006-02-26 Rakesh k.g <rakeysh_kg@yahoo.com>
* evolution-editor.xml: Insert menu changed its mnemonic.
Fixes bug #331975. (Committed by Andre Klapper)
svn path=/trunk/; revision=31730
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-editor.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 1d3dc472ff..62c109e881 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2006-02-26 Rakesh k.g <rakeysh_kg@yahoo.com> + + * evolution-editor.xml: Insert menu changed its mnemonic. + Fixes bug #331975. + 2006-02-13 Karsten Bräckelmann <guenther@rudersport.de> * evolution-calendar.xml: Add mnemonics. Fixes bug #330936. diff --git a/ui/evolution-editor.xml b/ui/evolution-editor.xml index b68c3add52..4f819b78f9 100644 --- a/ui/evolution-editor.xml +++ b/ui/evolution-editor.xml @@ -37,7 +37,7 @@ <submenu name="View" _label="_View"> </submenu> - <submenu name="Insert" _label="_Insert"> + <submenu name="Insert" _label="I_nsert"> <placeholder name="Attachments"> <menuitem name="InsertAttachments" verb="" _label="_Attachment..." pixtype="pixbuf"/> </placeholder> |