summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoye <joye>2013-09-06 18:54:08 (GMT)
committerjoye <joye>2013-09-06 18:54:08 (GMT)
commita591f5e2ae94b4ef0c40b1ce715d9445354c8365 (patch)
treef7c5b2f8c6c571d33caf143a7561d45884d9b982
parentb386cd9e7f413898598fba57954b585f878e190f (diff)
downloadblt-a591f5e2ae94b4ef0c40b1ce715d9445354c8365.zip
blt-a591f5e2ae94b4ef0c40b1ce715d9445354c8365.tar.gz
blt-a591f5e2ae94b4ef0c40b1ce715d9445354c8365.tar.bz2
*** empty log message ***
-rw-r--r--src/bltGrPSOutput.C1
-rw-r--r--src/bltGrText.C1
-rw-r--r--src/bltInt.C2
3 files changed, 1 insertions, 3 deletions
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C
index ecfeb17..cca02a1 100644
--- a/src/bltGrPSOutput.C
+++ b/src/bltGrPSOutput.C
@@ -1,4 +1,3 @@
-
/*
* bltPs.c --
*
diff --git a/src/bltGrText.C b/src/bltGrText.C
index 39bd752..82f1931 100644
--- a/src/bltGrText.C
+++ b/src/bltGrText.C
@@ -45,7 +45,6 @@
#undef FOOBAR
#include "bltHash.h"
-//#include "tkIntBorder.h"
#include "bltImage.h"
#include "bltBitmap.h"
#include "bltFont.h"
diff --git a/src/bltInt.C b/src/bltInt.C
index 6da1565..13edef7 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", "3.0") != TCL_OK) {
+ if (Tcl_PkgProvide(interp, "tlt", BLT_VERSION) != TCL_OK) {
return TCL_ERROR;
}