diff options
author | Chris Toshok <toshok@ximian.com> | 2001-06-25 09:05:53 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-06-25 09:05:53 +0800 |
commit | dcf2e1a4acef258ff7473425cbd8d119294e41c0 (patch) | |
tree | 8765e5320ac2cc561dfb7a73ca11cb4d1831f820 /ui | |
parent | 7fd00138a0707511fe197392467758adabf781e4 (diff) | |
download | gsoc2013-evolution-dcf2e1a4acef258ff7473425cbd8d119294e41c0.tar.gz gsoc2013-evolution-dcf2e1a4acef258ff7473425cbd8d119294e41c0.tar.zst gsoc2013-evolution-dcf2e1a4acef258ff7473425cbd8d119294e41c0.zip |
add cmd for ContactNewList and ContactsPrintPreview. Also, correct the tip
2001-06-24 Chris Toshok <toshok@ximian.com>
* evolution-addressbook.xml: add cmd for ContactNewList and
ContactsPrintPreview. Also, correct the tip for Select All and
add the accelerator. Add menu/tool items for ContactNewList, and
remove the tool item for ContactViewAll.
* Makefile.am (XML_FILES): add evolution-contact-list-editor.xml.
svn path=/trunk/; revision=10462
Diffstat (limited to 'ui')
-rw-r--r-- | ui/evolution-contact-list-editor.xml | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/ui/evolution-contact-list-editor.xml b/ui/evolution-contact-list-editor.xml new file mode 100644 index 0000000000..3be5c56393 --- /dev/null +++ b/ui/evolution-contact-list-editor.xml @@ -0,0 +1,90 @@ +<Root> + <commands> + <cmd name="ContactListEditorSave" + pixtype="stock" pixname="Save"/> + + <cmd name="ContactListEditorSaveAs" + pixtype="stock" pixname="SaveAs"/> + + <cmd name="ContactListEditorSendAs"/> + + <cmd name="ContactListEditorSendTo"/> + + <cmd name="ContactListEditorDelete" + _tip="Delete this group" + pixtype="stock" pixname="Trash"/> + + <cmd name="ContactListEditorPrint" + _tip="Print this item" + pixtype="stock" pixname="Print"/> + + <cmd name="ContactListEditorPrintEnvelope" + pixtype="stock" pixname="Print"/> + + <cmd name="ContactListEditorClose" + pixtype="stock" pixname="Close"/> + + <cmd name="ContactListEditorSaveClose" + _tip="Save the group and close the dialog box" + pixtype="stock" pixname="Save"/> + </commands> + + <menu> + + <submenu name="File" _label="_File"> + + <menuitem name="ContactListEditorSave" verb="" + _label="_Save"/> + + <menuitem name="ContactListEditorSaveAs" verb="" + _label="Save _As..."/> + + <separator/> + + <menuitem name="ContactListEditorSendAs" verb="" + _label="Se_nd group to other..."/> + + <menuitem name="ContactListEditorSendTo" verb="" + _label="Send _message to group..."/> + + <separator/> + + <menuitem name="ContactListEditorDelete" verb="" + _label="Delete..."/> + + <separator/> + + <placeholder name="Print"> + + <menuitem name="ContactListEditorPrint" verb="" + _label="_Print..."/> + + <menuitem name="ContactListEditorPrintEnvelope" verb="" + _label="Print En_velope..."/> + + </placeholder> + + <separator/> + + <menuitem name="ContactListEditorClose" verb="" + _label="Close"/> + + </submenu> + </menu> + + <dockitem name="Toolbar" relief="none" behavior="exclusive" + hlook="text" vlook="icon"> + <toolitem name="ContactListEditorSaveClose" verb="" + _label="Save and Close" priority="1"/> + + <separator/> + + <toolitem name="ContactListEditorPrint" verb="" + _label="Print..." priority="1"/> + + <toolitem name="ContactListEditorDelete" verb="" + _label="Delete..." priority="1"/> + + </dockitem> + +</Root> |