diff options
author | Chris Lahey <clahey@src.gnome.org> | 2000-01-17 17:13:45 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-01-17 17:13:45 +0800 |
commit | 804e7e17bf0ae0c3880e7aed3746dafcf183acad (patch) | |
tree | 48a61155bed596eaf66dd28d50efba860e9d0536 /widgets/e-text.h | |
parent | 4d4bcd89d8403e8ee275f8c4695f45c82e2dd9f9 (diff) | |
download | gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.tar gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.tar.gz gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.tar.bz2 gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.tar.lz gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.tar.xz gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.tar.zst gsoc2013-evolution-804e7e17bf0ae0c3880e7aed3746dafcf183acad.zip |
Finishing previous commit.
svn path=/trunk/; revision=1582
Diffstat (limited to 'widgets/e-text.h')
-rw-r--r-- | widgets/e-text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/e-text.h b/widgets/e-text.h index 11a7a42375..e1f250c678 100644 --- a/widgets/e-text.h +++ b/widgets/e-text.h @@ -59,7 +59,7 @@ BEGIN_GNOME_DECLS * text_width double R Used to query the width of the rendered text * text_height double R Used to query the rendered height of the text * - * These are ignored in the AA version: + * These are currently ignored in the AA version: * editable boolean RW Can this item be edited * use_ellipsis boolean RW Whether to use ellipsises if text gets cut off. Meaningless if clip == false. * ellipsis string RW The characters to use as ellipsis. NULL = "...". |