aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-11-06 09:07:26 +0800
committerChris Lahey <clahey@src.gnome.org>2000-11-06 09:07:26 +0800
commitccbc51dd6d14dad2b90dd7ef2665de0b8a391934 (patch)
treed7fda6b3d6ec175b95aa90232d2c470a6e7cdc32
parentac26ccfbdc8390cce592621407a26457c05f90b1 (diff)
downloadgsoc2013-evolution-ccbc51dd6d14dad2b90dd7ef2665de0b8a391934.tar
gsoc2013-evolution-ccbc51dd6d14dad2b90dd7ef2665de0b8a391934.tar.gz
gsoc2013-evolution-ccbc51dd6d14dad2b90dd7ef2665de0b8a391934.tar.bz2
gsoc2013-evolution-ccbc51dd6d14dad2b90dd7ef2665de0b8a391934.tar.lz
gsoc2013-evolution-ccbc51dd6d14dad2b90dd7ef2665de0b8a391934.tar.xz
gsoc2013-evolution-ccbc51dd6d14dad2b90dd7ef2665de0b8a391934.tar.zst
gsoc2013-evolution-ccbc51dd6d14dad2b90dd7ef2665de0b8a391934.zip
Added print envelope menus. Added ...s.
2000-11-05 Christopher James Lahey <clahey@helixcode.com> * evolution-contact-editor.xml: Added print envelope menus. Added ...s. svn path=/trunk/; revision=6409
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-contact-editor.xml14
2 files changed, 14 insertions, 5 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 31814aed0c..e248d70adc 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-05 Christopher James Lahey <clahey@helixcode.com>
+
+ * evolution-contact-editor.xml: Added print envelope menus. Added
+ ...s.
+
2000-11-05 Michael Meeks <michael@helixcode.com>
* Makefile.am (uidir): kill all the bonob-ui-extract crud.
diff --git a/ui/evolution-contact-editor.xml b/ui/evolution-contact-editor.xml
index f15cdc6310..6a074e7af2 100644
--- a/ui/evolution-contact-editor.xml
+++ b/ui/evolution-contact-editor.xml
@@ -183,13 +183,13 @@ static GnomeUIInfo main_menu[] = {
pixtype="stock" pixname="Save"/>
<menuitem name="SaveAs" verb="ContactEditorSaveAs"
- _label="Save _As"
+ _label="Save _As..."
pixtype="stock" pixname="SaveAs"/>
<separator/>
<menuitem name="Delete" verb="ContactEditorDelete"
- _label="Delete"
+ _label="Delete..."
pixtype="stock" pixname="Trash"/>
<separator/>
@@ -197,9 +197,13 @@ static GnomeUIInfo main_menu[] = {
<placeholder name="Print">
<menuitem name="Print" verb="ContactEditorPrint"
- _label="_Print"
+ _label="_Print..."
pixtype="stock" pixname="Print"/>
-
+
+ <menuitem name="PrintEnv" verb="ContactEditorPrintEnvelope"
+ _label="Print En_velope..."
+ pixtype="stock" pixname="Print"/>
+
</placeholder>
<separator/>
@@ -222,7 +226,7 @@ static GnomeUIInfo main_menu[] = {
_tip="Print this item" verb="ContactEditorPrint"
pixtype="stock" pixname="Print"/>
- <toolitem name="Delete" _label="Delete"
+ <toolitem name="Delete" _label="Delete..."
_tip="Delete this item" verb="ContactEditorDelete"
pixtype="stock" pixname="Trash"/>