diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-12-15 12:51:41 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-12-15 12:51:41 +0800 |
commit | 37837176219e147d3ee06930415b9fc431c20787 (patch) | |
tree | e4851ddb0a5ccd8b773623a3d8c86d3dfa3ff00d /calendar/ChangeLog | |
parent | cbb8fc85f7deadc99b04ff98f18eb3216e5fe26f (diff) | |
download | gsoc2013-evolution-37837176219e147d3ee06930415b9fc431c20787.tar.gz gsoc2013-evolution-37837176219e147d3ee06930415b9fc431c20787.tar.zst gsoc2013-evolution-37837176219e147d3ee06930415b9fc431c20787.zip |
Added code to make the tooltips strings translatable. Also picked up the
2005-12-15 Srinivasa Ragavan <sragavan@novell.com>
* gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Added
code to make the tooltips strings translatable. Also picked up
the color from the theme for the tooltip instead of hardcoded
colors.
svn path=/trunk/; revision=30778
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a60456962f..d0db662e15 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,4 +1,12 @@ +2005-12-15 Srinivasa Ragavan <sragavan@novell.com> + + * gui/e-calendar-view.c: (e_calendar_view_get_tooltips): Added + code to make the tooltips strings translatable. Also picked up + the color from the theme for the tooltip instead of hardcoded + colors. + 2005-12-09 Johnny Jacob <johnnyjacob@gmail.com> + * gui/dialogs/event-page.c : (hour_sel_changed) : Added. Event handler for hour_selector (minute_sel_changed) : Added. Event handler for minute_selector |