summaryrefslogtreecommitdiffstats
path: root/unix/tclXtTest.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-21 07:07:21 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-21 07:07:21 (GMT)
commit703055871b9c9615284dc69dd2dcf07a05b454f5 (patch)
treece87a801501e59207d9055fe03d9dd7a3700861a /unix/tclXtTest.c
parent7476029a046978c3dc59b34a88d3be4c6e153613 (diff)
downloadtcl-703055871b9c9615284dc69dd2dcf07a05b454f5.zip
tcl-703055871b9c9615284dc69dd2dcf07a05b454f5.tar.gz
tcl-703055871b9c9615284dc69dd2dcf07a05b454f5.tar.bz2
Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend lowercase package names. Let's provide good examples then.
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 1393dfe..2045a54 100644
--- a/unix/tclXtTest.c
+++ b/unix/tclXtTest.c
@@ -39,7 +39,7 @@ int
Tclxttest_Init(
Tcl_Interp *interp) /* Interpreter for application. */
{
- if (Tcl_InitStubs(interp, TCL_VERSION, 0) == NULL) {
+ if (Tcl_InitStubs(interp, "8.4", 0) == NULL) {
return TCL_ERROR;
}
XtToolkitInitialize();