diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-10-17 05:15:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-10-17 05:15:01 +0800 |
commit | e704fbd134238d8c9156e8b44e868c0908e31f43 (patch) | |
tree | 1fbdfdb066fbc64552b4d495eb75b05dde8cc0b7 | |
parent | 687e5e578540f9763e3aaee72e482e69d157f6d8 (diff) | |
download | gsoc2013-evolution-e704fbd134238d8c9156e8b44e868c0908e31f43.tar.gz gsoc2013-evolution-e704fbd134238d8c9156e8b44e868c0908e31f43.tar.zst gsoc2013-evolution-e704fbd134238d8c9156e8b44e868c0908e31f43.zip |
Add an icon for FilePageSetup.
2007-10-16 Matthew Barnes <mbarnes@redhat.com>
* shell/e-shell-window-commands.c:
* ui/evolution.xml:
Add an icon for FilePageSetup.
svn path=/trunk/; revision=34393
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/e-shell-window-commands.c | 1 | ||||
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
4 files changed, 12 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ffab9f9ccc..25dabfdd70 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2007-10-16 Matthew Barnes <mbarnes@redhat.com> + + * e-shell-window-commands.c: + Add an icon for FilePageSetup. + 2007-10-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #329823 diff --git a/shell/e-shell-window-commands.c b/shell/e-shell-window-commands.c index d0ee053a47..7044baa1a2 100644 --- a/shell/e-shell-window-commands.c +++ b/shell/e-shell-window-commands.c @@ -848,6 +848,7 @@ static EPixmap pixmaps [] = { E_PIXMAP ("/menu/File/OpenNewWindow", "window-new", E_ICON_SIZE_MENU), E_PIXMAP ("/menu/File/SendReceive", "mail-send-receive", E_ICON_SIZE_MENU), E_PIXMAP ("/menu/File/FileImporter", "stock_mail-import", E_ICON_SIZE_MENU), + E_PIXMAP ("/menu/File/Print/FilePageSetup", "stock_print-setup", E_ICON_SIZE_MENU), E_PIXMAP ("/menu/File/ToggleOffline", "stock_disconnect", E_ICON_SIZE_MENU), E_PIXMAP ("/menu/File/FileClose", "window-close", E_ICON_SIZE_MENU), E_PIXMAP ("/menu/File/FileExit", "application-exit", E_ICON_SIZE_MENU), diff --git a/ui/ChangeLog b/ui/ChangeLog index 0c35eca261..75f9e740d0 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2007-10-16 Matthew Barnes <mbarnes@redhat.com> + + * evolution.xml: + Add an icon for FilePageSetup. + 2007-09-27 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #477045 diff --git a/ui/evolution.xml b/ui/evolution.xml index db43ae7c6a..d53bf58268 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -80,7 +80,7 @@ pixtype="pixbuf"/> <placeholder name="Print" delimit="top"> - <menuitem name="FilePageSetup" verb=""/> + <menuitem name="FilePageSetup" verb="" pixtype="pixbuf"/> </placeholder> <!-- |