diff options
author | das <das> | 2001-10-17 19:29:48 (GMT) |
---|---|---|
committer | das <das> | 2001-10-17 19:29:48 (GMT) |
commit | 67ae4089da72ddbff5426b96b05c085759c92fd5 (patch) | |
tree | b380a9de26bed3cf9ad0aa0a275e4b0b867250bf /library | |
parent | e2f5cc722cc62dee3d22c9fd0f4f864f490292ca (diff) | |
download | tk-67ae4089da72ddbff5426b96b05c085759c92fd5.zip tk-67ae4089da72ddbff5426b96b05c085759c92fd5.tar.gz tk-67ae4089da72ddbff5426b96b05c085759c92fd5.tar.bz2 |
Backport of some mac specific changes added to 8.4 since 8.3.3
Diffstat (limited to 'library')
-rw-r--r-- | library/bgerror.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/bgerror.tcl b/library/bgerror.tcl index a5a3298..e866352 100644 --- a/library/bgerror.tcl +++ b/library/bgerror.tcl @@ -9,7 +9,7 @@ # Copyright (c) 1998-2000 by Ajuba Solutions. # All rights reserved. # -# RCS: @(#) $Id: bgerror.tcl,v 1.8.2.1 2001/10/05 01:13:33 hobbs Exp $ +# RCS: @(#) $Id: bgerror.tcl,v 1.8.2.2 2001/10/17 19:29:51 das Exp $ package require msgcat @@ -143,7 +143,7 @@ proc ::bgerror err { wm transient .bgerrorDialog .bgerrorDialog if {$tcl_platform(platform) == "macintosh"} { - ::tk::unsupported::MacWindowStyle style .bgerrorDialog dBoxProc + unsupported1 style .bgerrorDialog dBoxProc } frame .bgerrorDialog.bot |