aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2005-12-15 12:51:41 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2005-12-15 12:51:41 +0800
commit37837176219e147d3ee06930415b9fc431c20787 (patch)
treee4851ddb0a5ccd8b773623a3d8c86d3dfa3ff00d /calendar/ChangeLog
parentcbb8fc85f7deadc99b04ff98f18eb3216e5fe26f (diff)
downloadgsoc2013-evolution-37837176219e147d3ee06930415b9fc431c20787.tar
gsoc2013-evolution-37837176219e147d3ee06930415b9fc431c20787.tar.gz
gsoc2013-evolution-37837176219e147d3ee06930415b9fc431c20787.tar.bz2
gsoc2013-evolution-37837176219e147d3ee06930415b9fc431c20787.tar.lz
gsoc2013-evolution-37837176219e147d3ee06930415b9fc431c20787.tar.xz
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/ChangeLog8
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