diff options
author | Karsten Bräckelmann <kbrae@src.gnome.org> | 2006-02-13 07:55:56 +0800 |
---|---|---|
committer | Karsten Bräckelmann <kbrae@src.gnome.org> | 2006-02-13 07:55:56 +0800 |
commit | 8f9e40011287ae104837ef679dadacf8fb056d4c (patch) | |
tree | 51a0066d00f41f9f8116fb29529d79e48fdb80be /plugins/select-one-source | |
parent | 0f4600c3f5fe43c16ce3eed2ec46d3b104a44beb (diff) | |
download | gsoc2013-evolution-8f9e40011287ae104837ef679dadacf8fb056d4c.tar.gz gsoc2013-evolution-8f9e40011287ae104837ef679dadacf8fb056d4c.tar.zst gsoc2013-evolution-8f9e40011287ae104837ef679dadacf8fb056d4c.zip |
Fix mnemonics to be consistent.
svn path=/trunk/; revision=31497
Diffstat (limited to 'plugins/select-one-source')
-rw-r--r-- | plugins/select-one-source/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/select-one-source/org-gnome-select-one-source.eplug.xml | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/plugins/select-one-source/ChangeLog b/plugins/select-one-source/ChangeLog index ec1933516c..3a1297c6ab 100644 --- a/plugins/select-one-source/ChangeLog +++ b/plugins/select-one-source/ChangeLog @@ -1,3 +1,8 @@ +2006-02-13 Karsten Bräckelmann <guenther@rudersport.de> + + * org-gnome-select-one-source.eplug.xml: + Fix mnemonics to be consistent. Fixes bug #330934. + 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. diff --git a/plugins/select-one-source/org-gnome-select-one-source.eplug.xml b/plugins/select-one-source/org-gnome-select-one-source.eplug.xml index 53f0ebe6c1..8c350cfcd3 100644 --- a/plugins/select-one-source/org-gnome-select-one-source.eplug.xml +++ b/plugins/select-one-source/org-gnome-select-one-source.eplug.xml @@ -8,10 +8,10 @@ <hook class="org.gnome.evolution.calendar.popup:1.0"> <menu id="org.gnome.evolution.tasks.source.popup" target="source"> - <item type="item" path="25.select_one_source" _label="_Show only this Task List" icon="stock_check-filled" activate="org_gnome_select_one_source"/> + <item type="item" path="25.select_one_source" _label="Show _only this Task List" icon="stock_check-filled" activate="org_gnome_select_one_source"/> </menu> <menu id="org.gnome.evolution.calendar.source.popup" target="source"> - <item type="item" path="25.select_one_source" _label="_Show only this Calendar" icon="stock_check-filled" activate="org_gnome_select_one_source"/> + <item type="item" path="25.select_one_source" _label="Show _only this Calendar" icon="stock_check-filled" activate="org_gnome_select_one_source"/> </menu> </hook> </e-plugin> |