diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-20 02:56:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-20 02:56:19 +0800 |
commit | b6fecb62d9c71e6e914b4aaca2c9b86939803666 (patch) | |
tree | 7c39cb3aa95123cefbc2f3f597705b734eb2ecd5 /ui | |
parent | 4dd1972ef940051236f5c931e8e410e8b43e4b90 (diff) | |
download | gsoc2013-evolution-b6fecb62d9c71e6e914b4aaca2c9b86939803666.tar gsoc2013-evolution-b6fecb62d9c71e6e914b4aaca2c9b86939803666.tar.gz gsoc2013-evolution-b6fecb62d9c71e6e914b4aaca2c9b86939803666.tar.bz2 gsoc2013-evolution-b6fecb62d9c71e6e914b4aaca2c9b86939803666.tar.lz gsoc2013-evolution-b6fecb62d9c71e6e914b4aaca2c9b86939803666.tar.xz gsoc2013-evolution-b6fecb62d9c71e6e914b4aaca2c9b86939803666.tar.zst gsoc2013-evolution-b6fecb62d9c71e6e914b4aaca2c9b86939803666.zip |
Added Cut/Copy/Paste underline thingies.
2001-08-19 Jeffrey Stedfast <fejj@ximian.com>
* evolution-mail-list.xml: Added Cut/Copy/Paste underline
thingies.
svn path=/trunk/; revision=12223
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 6 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 5f4dab35ab..d2fb8165ca 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-08-19 Jeffrey Stedfast <fejj@ximian.com> + + * evolution-mail-list.xml: Added Cut/Copy/Paste underline + thingies. + 2001-08-18 Damon Chaplin <damon@ximian.com> * evolution-tasks.xml: used the new Cut/Copy/Paste icons. diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index 9bb23f012c..6b48790750 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -80,9 +80,9 @@ <separator/> - <menuitem name="EditCut" verb="" _label="Cut"/> - <menuitem name="EditCopy" verb="" _label="Copy"/> - <menuitem name="EditPaste" verb="" _label="Paste"/> + <menuitem name="EditCut" verb="" _label="Cu_t"/> + <menuitem name="EditCopy" verb="" _label="_Copy"/> + <menuitem name="EditPaste" verb="" _label="_Paste"/> <separator/> </placeholder> diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 42eb2a7ee6..823e5fe188 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -56,7 +56,7 @@ type="toggle" state="0"/> <cmd name="ViewAttach" _label="Show attachments" _tip="Show / hide attachments" - type="toggle" state="0"/> + type="toggle" state="0"/> <cmd name="SecurityPGPSign" _label="PGP Sign" _tip="Sign this message with your PGP key" type="toggle" state="0"/> |