summaryrefslogtreecommitdiffstats
path: root/unix/tclXtTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-23 09:32:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-23 09:32:32 (GMT)
commit9394984c31c5ff3087bbdc784811b2d57fda1114 (patch)
treef5ec627adfbd07b7dc0f810e04d91ad232cc5ba3 /unix/tclXtTest.c
parenta728d03f7d2b232dbc44f2669d8eb326b1029d3d (diff)
parentdedbad27485a6129dc66cda6bb0c9f51ba639ae5 (diff)
downloadtcl-9394984c31c5ff3087bbdc784811b2d57fda1114.zip
tcl-9394984c31c5ff3087bbdc784811b2d57fda1114.tar.gz
tcl-9394984c31c5ff3087bbdc784811b2d57fda1114.tar.bz2
merge novem
Diffstat (limited to 'unix/tclXtTest.c')
-rw-r--r--unix/tclXtTest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclXtTest.c b/unix/tclXtTest.c
index f7c2652..cb70b58 100644
--- a/unix/tclXtTest.c
+++ b/unix/tclXtTest.c
@@ -48,7 +48,7 @@ int
Tclxttest_Init(
Tcl_Interp *interp) /* Interpreter for application. */
{
- if (Tcl_InitStubs(interp, "8.1", 0) == NULL) {
+ if (Tcl_InitStubs(interp, "8.5-", 0) == NULL) {
return TCL_ERROR;
}
XtToolkitInitialize();