diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-05-16 12:46:43 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-05-16 12:46:43 +0800 |
commit | cb71029bdb9b6c1652fa2b85808ba28a5f49af83 (patch) | |
tree | 566dbb336f1adadeaf82da3fc70c55024b0df308 /calendar | |
parent | 9d4a0a3fe72ef4db5a798a2ef82ed4ddbf70e339 (diff) | |
download | gsoc2013-evolution-cb71029bdb9b6c1652fa2b85808ba28a5f49af83.tar.gz gsoc2013-evolution-cb71029bdb9b6c1652fa2b85808ba28a5f49af83.tar.zst gsoc2013-evolution-cb71029bdb9b6c1652fa2b85808ba28a5f49af83.zip |
shell/ChangeLog shell/e-component-registry.c shell/e-component-registry.h
2005-05-16 Srinivasa Ragavan <sragavan@novell.com>
shell/ChangeLog
shell/e-component-registry.c
shell/e-component-registry.h
shell/e-shell-window.c
shell/e-sidebar.h
shell/e-sidebar.c
addressbook/ChangeLog
addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in
calendar/ChangeLog
calendar/gui/GNOME_Evolution_Calendar.server.in.in
mail/ChangeLog
mail/GNOME_Evolution_Mail.server.in.in
Added support for tooltips for component switching buttons.
svn path=/trunk/; revision=29358
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 11584e4d49..39ef0b77a9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2005-05-16: Srinivasa Ragavan <sragavan@novell.com> + + * gui/GNOME_Evolution_Calendar.server.in.in: Added tooltips + 2005-05-13 Thouis R. Jones <thouis@csail.mit.edu> Fixes #272301 diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index 21690f8f71..ba3dd43029 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -46,6 +46,7 @@ <oaf_attribute name="evolution:menu_label" type="string" _value="_Calendars"/> <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F3"/> <oaf_attribute name="evolution:button_label" type="string" _value="Calendars"/> + <oaf_attribute name="evolution:button_tooltips" type="string" _value="Calendars"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_calendar"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> </oaf_server> @@ -65,6 +66,7 @@ <oaf_attribute name="evolution:menu_label" type="string" _value="_Tasks"/> <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*F4"/> <oaf_attribute name="evolution:button_label" type="string" _value="Tasks"/> + <oaf_attribute name="evolution:button_tooltips" type="string" _value="Tasks"/> <oaf_attribute name="evolution:button_icon" type="string" value="stock_todo"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-8"/> </oaf_server> |