diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2004-10-29 11:52:41 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2004-10-29 11:52:41 (GMT) |
commit | 0baaad24d5ecfaf77ee97945c29fe7e75f10f61c (patch) | |
tree | 68d9c1d024f1c41afbd01adbf9ac3886b5ba0b38 | |
parent | 5278e46f9811b59aaf911438e7e64eb1e2f724df (diff) | |
download | tk-0baaad24d5ecfaf77ee97945c29fe7e75f10f61c.zip tk-0baaad24d5ecfaf77ee97945c29fe7e75f10f61c.tar.gz tk-0baaad24d5ecfaf77ee97945c29fe7e75f10f61c.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 |