2003-09-11 Tim Wo <tim.wo@sun.com> * ui/evolution-contact-editor.xml: add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" for "Close". Fixes bug #48096 * ui/evolution-contact-list-editor.xml: add mnemonic "C" for "Save and _Close", "D" for "_Delete", "l" for "Close". Fixes bug #48096 * ui/evolution-signature-editor.xml: add mnemonic "C" for "Save and _Close", change mnemonic "C" to "l" for "Close". Fixes bug #48205 * views/mail/galview.xml: add mnemonic "M" for "Message", add "S" for "As Sent Folder", add "b" for "By Subject", add "n" for "By Sender", add "t" for "By Status", add "F" for "By Follow Up Flag". Fixes bug #48097 svn path=/trunk/; revision=22550
10 lines
672 B
XML
10 lines
672 B
XML
<?xml version="1.0"?>
|
|
<GalViewCollection default-view="Messages">
|
|
<GalView id="Messages" _title="_Messages" filename="Messages.galview" type="etable"/>
|
|
<GalView id="As_Sent_Folder" _title="As _Sent Folder" filename="As_Sent_Folder.galview" type="etable"/>
|
|
<GalView id="By_Subject" _title="By Su_bject" filename="By_Subject.galview" type="etable"/>
|
|
<GalView id="By_Sender" _title="By Se_nder" filename="By_Sender.galview" type="etable"/>
|
|
<GalView id="By_Status" _title="By S_tatus" filename="By_Status.galview" type="etable"/>
|
|
<GalView id="By_Follow_Up_Flag" _title="By _Follow Up Flag" filename="By_Follow_Up_Flag.galview" type="etable"/>
|
|
</GalViewCollection>
|