summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bltInt.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltInt.C b/src/bltInt.C
index 13edef7..f395378 100644
--- a/src/bltInt.C
+++ b/src/bltInt.C
@@ -68,7 +68,7 @@ int Tlt_Init(Tcl_Interp *interp)
if (Blt_GraphCmdInitProc(interp) != TCL_OK)
return TCL_ERROR;
- if (Tcl_PkgProvide(interp, "tlt", BLT_VERSION) != TCL_OK) {
+ if (Tcl_PkgProvide(interp, PACKAGE_NAME, PACKAGE_VERSION) != TCL_OK) {
return TCL_ERROR;
}