diff options
author | Michael Meeks <mmeeks@src.gnome.org> | 2000-09-13 03:08:55 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-09-13 03:08:55 +0800 |
commit | fd3b33bc934a114a0a8ff5c94ccf2d21f5d09032 (patch) | |
tree | 1a65b6d127a42d9014dcd5e91b94bcf202e87ac4 /addressbook/gui | |
parent | 2cfea1ea913d2241a5642561276041fcd22dfae1 (diff) | |
download | gsoc2013-evolution-fd3b33bc934a114a0a8ff5c94ccf2d21f5d09032.tar gsoc2013-evolution-fd3b33bc934a114a0a8ff5c94ccf2d21f5d09032.tar.gz gsoc2013-evolution-fd3b33bc934a114a0a8ff5c94ccf2d21f5d09032.tar.bz2 gsoc2013-evolution-fd3b33bc934a114a0a8ff5c94ccf2d21f5d09032.tar.lz gsoc2013-evolution-fd3b33bc934a114a0a8ff5c94ccf2d21f5d09032.tar.xz gsoc2013-evolution-fd3b33bc934a114a0a8ff5c94ccf2d21f5d09032.tar.zst gsoc2013-evolution-fd3b33bc934a114a0a8ff5c94ccf2d21f5d09032.zip |
Tidy some xml.
svn path=/trunk/; revision=5376
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/ui.xml | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/addressbook/gui/component/ui.xml b/addressbook/gui/component/ui.xml deleted file mode 100644 index 13f86d4874..0000000000 --- a/addressbook/gui/component/ui.xml +++ /dev/null @@ -1,62 +0,0 @@ -<Root> - - <menu> - <submenu name="File" _label="_File"> - - <placeholder name="Print"> - - <menuitem name="Print" verb="ContactsPrint" - _label="_Print Contacts..." - pixtype="stock" pixname="Menu_Print"/> - - </placeholder> - - </submenu> - - <submenu name="View" _label="_View"> - - <menuitem name="AsTable" _label="As _Table" - verb="ViewAsTable"/> - - <menuitem name="ViewNewContact" verb="" - _label="_New Contact"/> - - </submenu> - - <placeholder name="Component"> - - <submenu name="Tools" _label="_Tools"> - - <menuitem name="Search" verb="ToolSearch" - _label="_Search for contacts" - pixtype="stock" pixname="Menu_Search"/> - - </submenu> - - </placeholder> - </menu> - - <dockitem name="Toolbar"> - <toolitem name="New" _label="New" - _decr="Create a new contact" verb="ContactNew" - pixtype="stock" pixname="New"/> - - <toolitem type="separator"/> - - <toolitem name="Find" _label="Find" - _descr="Find a contact" verb="ContactFind" - pixtype="stock" pixname="Search"/> - - <toolitem name="Print" _label="Print" - _descr="Print contacts" verb="ContactsPrint" - pixtype="stock" pixname="Print"/> - - <toolitem name="Delete" label="Delete" - _descr="Delete a contact" verb="ContactDelete" - pixtype="stock" pixname="Trash"/> - - <toolitem type="separator"/> - - </dockitem> - -</Root>
\ No newline at end of file |