diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 9 | ||||
-rw-r--r-- | ui/evolution.xml | 6 |
2 files changed, 14 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index cdaadd7420..e001abd2cf 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,12 @@ +2007-07-06 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #446894 + + * evolution.xml: + Add a FilePageSetup command, and a corresponding menu item within + the Print place holder. Net result is to add a "File -> Page Setup" + menu item to all components, just above the print menu items. + 2007-05-15 Srinivasa Ragavan <sragavan@novell.com> * evolution-mail-global.xml: Menu for sync for offline diff --git a/ui/evolution.xml b/ui/evolution.xml index b6e46987b6..f50d74c2ac 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -4,6 +4,8 @@ _tip="Create a new window displaying this folder" accel="*Control**Shift*w"/> + <cmd name="FilePageSetup" _label="Page Set_up..." _tip="Set up the page settings for your current printer"/> + <cmd name="FileClose" _label="_Close Window" _tip="Close this window" pixtype="stock" pixname="gtk-close" accel="*Control*w"/> @@ -76,7 +78,9 @@ _tip="Import data from other programs" pixtype="pixbuf"/> - <placeholder name="Print" delimit="top"/> + <placeholder name="Print" delimit="top"> + <menuitem name="FilePageSetup" verb=""/> + </placeholder> <!-- <placeholder name="ComponentPlaceholder"/> |