diff options
author | hobbs <hobbs> | 2005-07-28 21:37:47 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2005-07-28 21:37:47 (GMT) |
commit | 5a79d026278fd6a50d01bc044fb724899e250bb6 (patch) | |
tree | 5250ec50679abeb1689e5a58acc090e8527c656c /library | |
parent | 00cf5c432ebd15491be7dae391686b0a6c856248 (diff) | |
download | tk-5a79d026278fd6a50d01bc044fb724899e250bb6.zip tk-5a79d026278fd6a50d01bc044fb724899e250bb6.tar.gz tk-5a79d026278fd6a50d01bc044fb724899e250bb6.tar.bz2 |
* library/bgerror.tcl (::tk::dialog::error::bgerror): use
zoomDocProc instead of dBoxProc for bgerror dialog
Diffstat (limited to 'library')
-rw-r--r-- | library/bgerror.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/bgerror.tcl b/library/bgerror.tcl index 8f6d22e..40c708a 100644 --- a/library/bgerror.tcl +++ b/library/bgerror.tcl @@ -9,8 +9,8 @@ # Copyright (c) 1998-2000 by Ajuba Solutions. # All rights reserved. # -# RCS: @(#) $Id: bgerror.tcl,v 1.23.2.2 2004/04/17 03:54:10 hobbs Exp $ -# $Id: bgerror.tcl,v 1.23.2.2 2004/04/17 03:54:10 hobbs Exp $ +# RCS: @(#) $Id: bgerror.tcl,v 1.23.2.3 2005/07/28 21:37:48 hobbs Exp $ +# $Id: bgerror.tcl,v 1.23.2.3 2005/07/28 21:37:48 hobbs Exp $ namespace eval ::tk::dialog::error { namespace import -force ::tk::msgcat::* @@ -139,7 +139,7 @@ proc ::tk::dialog::error::bgerror err { if {($tcl_platform(platform) eq "macintosh") || ([tk windowingsystem] eq "aqua")} { - ::tk::unsupported::MacWindowStyle style .bgerrorDialog dBoxProc + ::tk::unsupported::MacWindowStyle style .bgerrorDialog zoomDocProc } frame .bgerrorDialog.bot |