diff options
author | patthoyts@users.sourceforge.net <patthoyts> | 2004-10-29 11:52:41 (GMT) |
---|---|---|
committer | patthoyts@users.sourceforge.net <patthoyts> | 2004-10-29 11:52:41 (GMT) |
commit | f143a93b394085fd68ce16cd62798be490e55435 (patch) | |
tree | 68d9c1d024f1c41afbd01adbf9ac3886b5ba0b38 | |
parent | f6a390703bd56c8157395083647328e02fe8114e (diff) | |
download | tk-f143a93b394085fd68ce16cd62798be490e55435.zip tk-f143a93b394085fd68ce16cd62798be490e55435.tar.gz tk-f143a93b394085fd68ce16cd62798be490e55435.tar.bz2 |
* win/makefile.vc (DOTVERSION): Was installing 8.4 relabelled as 8.5
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | win/makefile.vc | 4 |
2 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2004-10-29 Pat Thoyts <patthoyts@users.sourceforge.net> + * win/makefile.vc (DOTVERSION): Was installing 8.4 relabelled as 8.5 + * library/tk.tcl (::tk::PlaceWindow): Backported the fix from #533519 to handle window placement on multi-monitor Windows. diff --git a/win/makefile.vc b/win/makefile.vc index 8b162bb..c9644a1 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2002 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.67.2.7 2004/10/27 00:36:33 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.67.2.8 2004/10/29 11:52:42 patthoyts Exp $ #------------------------------------------------------------------------------ !if !defined(MSDEVDIR) && !defined(MSVCDIR) @@ -166,7 +166,7 @@ PROJECT = tk STUBPREFIX = $(PROJECT)stub !if [nmakehlp -g ../generic/tk.h TK_VERSION] == 84 -DOTVERSION = 8.5 +DOTVERSION = 8.4 !elseif [nmakehlp -g ../generic/tk.h TK_VERSION] == 85 DOTVERSION = 8.5 !elseif [nmakehlp -g ../generic/tk.h TK_VERSION] == 86 |