From 64089dca388f5a9a8235a94b4372763875132219 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 2 Feb 2000 14:01:15 +0000 Subject: Passage en Zinc --- tkAppInit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tkAppInit.c') diff --git a/tkAppInit.c b/tkAppInit.c index 98fb6e3..4a27b4f 100644 --- a/tkAppInit.c +++ b/tkAppInit.c @@ -88,7 +88,7 @@ Tcl_AppInit(interp) * Call the init procedures for included packages. Each call should * look like this: */ - if (Tkradar_Init(interp) == TCL_ERROR) { + if (Tkzinc_Init(interp) == TCL_ERROR) { return TCL_ERROR; } -- cgit v1.1