aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text.h
diff options
context:
space:
mode:
authorChris Lahey <clahey@src.gnome.org>2000-01-17 17:13:45 +0800
committerChris Lahey <clahey@src.gnome.org>2000-01-17 17:13:45 +0800
commit804e7e17bf0ae0c3880e7aed3746dafcf183acad (patch)
tree48a61155bed596eaf66dd28d50efba860e9d0536 /widgets/text/e-text.h
parent4d4bcd89d8403e8ee275f8c4695f45c82e2dd9f9 (diff)
downloadgsoc2013-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/text/e-text.h')
-rw-r--r--widgets/text/e-text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h
index 11a7a42375..e1f250c678 100644
--- a/widgets/text/e-text.h
+++ b/widgets/text/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 = "...".