diff options
author | Peter Williams <peterw@ximian.com> | 2001-08-14 00:29:39 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-08-14 00:29:39 +0800 |
commit | aa689325b2247e6b7afdab9a535506d18e479606 (patch) | |
tree | f2d542a54db0dffdc2a39498a9992d5495c0f605 /filter/ChangeLog | |
parent | 99a9e24304f87ad01a23d670d03644c924a8f121 (diff) | |
download | gsoc2013-evolution-aa689325b2247e6b7afdab9a535506d18e479606.tar.gz gsoc2013-evolution-aa689325b2247e6b7afdab9a535506d18e479606.tar.zst gsoc2013-evolution-aa689325b2247e6b7afdab9a535506d18e479606.zip |
New function. Convert a time_t to a gchar * (with i18n) (describe_button):
2001-08-13 Peter Williams <peterw@ximian.com>
* filter-datespec.c
(format_time): New function. Convert a time_t to a gchar * (with i18n)
(describe_button): Use format_time instead of ctime.
svn path=/trunk/; revision=11942
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 099de774ee..02ef3cb122 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -2,6 +2,8 @@ * filter-datespec.c (make_span_editor): Add a gettext around our static strings. + (format_time): New function. Convert a time_t to a gchar * (with i18n) + (describe_button): Use format_time instead of ctime. 2001-08-10 Peter Williams <peterw@ximian.com> |