diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-19 02:16:28 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-19 02:16:28 +0800 |
commit | 928decadd981b2bad0352d55b3dfc1682d74ac31 (patch) | |
tree | 26d85b8c215807a4b5899b92c36ee58637e75fa1 | |
parent | d2d0eebd74237b46adb8115b2f89e2b1eb2a3898 (diff) | |
download | gsoc2013-evolution-928decadd981b2bad0352d55b3dfc1682d74ac31.tar gsoc2013-evolution-928decadd981b2bad0352d55b3dfc1682d74ac31.tar.gz gsoc2013-evolution-928decadd981b2bad0352d55b3dfc1682d74ac31.tar.bz2 gsoc2013-evolution-928decadd981b2bad0352d55b3dfc1682d74ac31.tar.lz gsoc2013-evolution-928decadd981b2bad0352d55b3dfc1682d74ac31.tar.xz gsoc2013-evolution-928decadd981b2bad0352d55b3dfc1682d74ac31.tar.zst gsoc2013-evolution-928decadd981b2bad0352d55b3dfc1682d74ac31.zip |
Change shortcut for "PilotSettings" to be `l'
instead of `p', so it doesn't conflict with "_Preferences".
[#27948]
svn path=/trunk/; revision=17511
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index d96e6fda7a..4442914e5d 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2002-07-18 Ettore Perazzoli <ettore@ximian.com> + + * evolution.xml: Change shortcut for "PilotSettings" to be `l' + instead of `p', so it doesn't conflict with "_Preferences". + [#27948] + 2002-07-15 Ettore Perazzoli <ettore@ximian.com> * evolution-signature-editor.xml: Add a Control-Return accel for diff --git a/ui/evolution.xml b/ui/evolution.xml index e60e4df97f..820f45e481 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -160,7 +160,7 @@ <menuitem name="Settings" verb="" _label="_Preferences..." _tip="Change Evolution's settings"/> <separator/> <placeholder name="ComponentPlaceholder"/> - <menuitem name="PilotSettings" verb="" _label="_Pilot Settings..." _tip="Set up Pilot configuration"/> + <menuitem name="PilotSettings" verb="" _label="Pi_lot Settings..." _tip="Set up Pilot configuration"/> </submenu> <placeholder name="SearchPlaceholder"> |