diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-contact-editor.xml | 14 |
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"/> |