diff options
author | Damon Chaplin <damon@ximian.com> | 2001-10-26 08:42:10 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-10-26 08:42:10 +0800 |
commit | 3b577252a7df4ac4c63b1c9861ee789877b3c06e (patch) | |
tree | d7c1c8541ec40894a0138054daa1ca490f930021 /calendar/ChangeLog | |
parent | 95235bb6ebc37e18dbf30a1fdf8ad654dd3ab508 (diff) | |
download | gsoc2013-evolution-3b577252a7df4ac4c63b1c9861ee789877b3c06e.tar.gz gsoc2013-evolution-3b577252a7df4ac4c63b1c9861ee789877b3c06e.tar.zst gsoc2013-evolution-3b577252a7df4ac4c63b1c9861ee789877b3c06e.zip |
used functions to get PUBLISH_OPTIONS etc., so we can translate them.
2001-10-25 Damon Chaplin <damon@ximian.com>
* gui/e-itip-control.c: used functions to get PUBLISH_OPTIONS etc.,
so we can translate them.
svn path=/trunk/; revision=14115
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9140cc885f..75f604f402 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,10 @@ 2001-10-25 Damon Chaplin <damon@ximian.com> + * gui/e-itip-control.c: used functions to get PUBLISH_OPTIONS etc., + so we can translate them. + +2001-10-25 Damon Chaplin <damon@ximian.com> + * cal-util/cal-recur.c (cal_obj_bysetpos_filter): subtract 1 from any positive BYSETPOS value, since our array is 0-based. |