diff options
-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"/> |