summaryrefslogtreecommitdiffstats
path: root/generic/tkTextTag.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-10-17 05:38:47 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-10-17 05:38:47 (GMT)
commitf8d578503dab648a62cf5b5c7c1145b070f2e3fe (patch)
treea2cea6c053329bdf2122105683e71790b54ea928 /generic/tkTextTag.c
parent2567eaac30676728cb04c5569e02d6f57d0dfe24 (diff)
downloadtk-f8d578503dab648a62cf5b5c7c1145b070f2e3fe.zip
tk-f8d578503dab648a62cf5b5c7c1145b070f2e3fe.tar.gz
tk-f8d578503dab648a62cf5b5c7c1145b070f2e3fe.tar.bz2
* generic/tkPanedWindow.c: Cleaned up some code flagged by a
* generic/tkText.c: `make checkexports` test. * generic/tkText.h * generic/tkTextTag.c:
Diffstat (limited to 'generic/tkTextTag.c')
-rw-r--r--generic/tkTextTag.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTextTag.c b/generic/tkTextTag.c
index 81fc5cb..cd52cc9 100644
--- a/generic/tkTextTag.c
+++ b/generic/tkTextTag.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkTextTag.c,v 1.8 2002/08/05 04:30:40 dgp Exp $
+ * RCS: @(#) $Id: tkTextTag.c,v 1.8.2.1 2006/10/17 05:38:48 dgp Exp $
*/
#include "default.h"
@@ -64,7 +64,7 @@ static Tk_ConfigSpec tagConfigSpecs[] = {
TK_CONFIG_NULL_OK},
{TK_CONFIG_CUSTOM, "-wrap", (char *) NULL, (char *) NULL,
(char *) NULL, Tk_Offset(TkTextTag, wrapMode),
- TK_CONFIG_NULL_OK, &textWrapModeOption},
+ TK_CONFIG_NULL_OK, &TkTextWrapModeOption},
{TK_CONFIG_END, (char *) NULL, (char *) NULL, (char *) NULL,
(char *) NULL, 0, 0}
};