aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-07-11 08:57:42 +0800
committerChris Toshok <toshok@src.gnome.org>2001-07-11 08:57:42 +0800
commitd229ed59ca848dbf8f308c037ef999c611529e1f (patch)
tree39dca2fea06135f33536e149b8c50ff3f50d8021
parentec8f46b3b54ca0b94f6eccd0712a2431bfcdbdbb (diff)
downloadgsoc2013-evolution-d229ed59ca848dbf8f308c037ef999c611529e1f.tar
gsoc2013-evolution-d229ed59ca848dbf8f308c037ef999c611529e1f.tar.gz
gsoc2013-evolution-d229ed59ca848dbf8f308c037ef999c611529e1f.tar.bz2
gsoc2013-evolution-d229ed59ca848dbf8f308c037ef999c611529e1f.tar.lz
gsoc2013-evolution-d229ed59ca848dbf8f308c037ef999c611529e1f.tar.xz
gsoc2013-evolution-d229ed59ca848dbf8f308c037ef999c611529e1f.tar.zst
gsoc2013-evolution-d229ed59ca848dbf8f308c037ef999c611529e1f.zip
Remove Print commands and toolbar/menu items. Also, use "list" instead of
2001-07-10 Chris Toshok <toshok@ximian.com> * evolution-contact-list-editor.xml: Remove Print commands and toolbar/menu items. Also, use "list" instead of "group". svn path=/trunk/; revision=10980
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-contact-list-editor.xml30
2 files changed, 9 insertions, 26 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 79f88163d5..ba591dd1c0 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-10 Chris Toshok <toshok@ximian.com>
+
+ * evolution-contact-list-editor.xml: Remove Print commands and
+ toolbar/menu items. Also, use "list" instead of "group".
+
2001-07-09 Larry Ewing <lewing@ximian.com>
* evolution-message-composer.xml: remove FileSaveInFolder menu
diff --git a/ui/evolution-contact-list-editor.xml b/ui/evolution-contact-list-editor.xml
index 3be5c56393..8ef2b742e5 100644
--- a/ui/evolution-contact-list-editor.xml
+++ b/ui/evolution-contact-list-editor.xml
@@ -11,21 +11,14 @@
<cmd name="ContactListEditorSendTo"/>
<cmd name="ContactListEditorDelete"
- _tip="Delete this group"
+ _tip="Delete this list"
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"
+ _tip="Save the list and close the dialog box"
pixtype="stock" pixname="Save"/>
</commands>
@@ -42,10 +35,10 @@
<separator/>
<menuitem name="ContactListEditorSendAs" verb=""
- _label="Se_nd group to other..."/>
+ _label="Se_nd list to other..."/>
<menuitem name="ContactListEditorSendTo" verb=""
- _label="Send _message to group..."/>
+ _label="Send _message to list..."/>
<separator/>
@@ -54,18 +47,6 @@
<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"/>
@@ -79,9 +60,6 @@
<separator/>
- <toolitem name="ContactListEditorPrint" verb=""
- _label="Print..." priority="1"/>
-
<toolitem name="ContactListEditorDelete" verb=""
_label="Delete..." priority="1"/>