diff options
author | Damon Chaplin <damon@ximian.com> | 2001-08-20 17:12:11 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-08-20 17:12:11 +0800 |
commit | f3a934f191abdcbf0177c2b5109b191c7db80062 (patch) | |
tree | 4b8c30a9acbb605e9b60f42c1da14b56d14f9536 | |
parent | c1de8403a523cb79c556a81553e1fde2978a494e (diff) | |
download | gsoc2013-evolution-f3a934f191abdcbf0177c2b5109b191c7db80062.tar.gz gsoc2013-evolution-f3a934f191abdcbf0177c2b5109b191c7db80062.tar.zst gsoc2013-evolution-f3a934f191abdcbf0177c2b5109b191c7db80062.zip |
changed Goto icon to pixbuf.
2001-08-20 Damon Chaplin <damon@ximian.com>
* evolution-calendar.xml: changed Goto icon to pixbuf.
svn path=/trunk/; revision=12274
-rw-r--r-- | ui/ChangeLog | 4 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 279c73cab9..7f0cfb738b 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,9 @@ 2001-08-20 Damon Chaplin <damon@ximian.com> + * evolution-calendar.xml: changed Goto icon to pixbuf. + +2001-08-20 Damon Chaplin <damon@ximian.com> + * evolution-addressbook.xml: use new Delete icon for menu. 2001-08-20 Damon Chaplin <damon@ximian.com> diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 815b75b1bc..e44b36e411 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -62,7 +62,7 @@ <submenu name="View"> <placeholder name="ViewBegin"> <menuitem name="Today" verb="CalendarToday" _label="Go to _Today"/> - <menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date" pixtype="stock" pixname="Jump To"/> + <menuitem name="Goto" verb="CalendarGoto" _label="Go to _Date" pixtype="pixbuf"/> <separator/> </placeholder> |