diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-02-23 15:02:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-02-23 15:02:58 (GMT) |
commit | c5ef317e991e1a3d1c08be0768d640881660b583 (patch) | |
tree | ad0948056d4f1aca731321aed5c20e299a64d9f4 /generic/tkText.c | |
parent | 466f3826d204583596a8786b6b1aa751298ef459 (diff) | |
download | tk-c5ef317e991e1a3d1c08be0768d640881660b583.zip tk-c5ef317e991e1a3d1c08be0768d640881660b583.tar.gz tk-c5ef317e991e1a3d1c08be0768d640881660b583.tar.bz2 |
D'oh!
Diffstat (limited to 'generic/tkText.c')
-rw-r--r-- | generic/tkText.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkText.c b/generic/tkText.c index fd65352..57cd9df 100644 --- a/generic/tkText.c +++ b/generic/tkText.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkText.c,v 1.73 2007/02/22 13:56:32 dkf Exp $ + * RCS: @(#) $Id: tkText.c,v 1.74 2007/02/23 15:02:58 dkf Exp $ */ #include "default.h" @@ -686,7 +686,7 @@ TextWidgetObjCmd( int index; static CONST char *optionStrings[] = { - "bbox", "cget", "compare", "configure", "count", "debug", "delete" + "bbox", "cget", "compare", "configure", "count", "debug", "delete", "dlineinfo", "dump", "edit", "get", "image", "index", "insert", "mark", "peer", "replace", "scan", "search", "see", "tag", "window", "xview", "yview", NULL |