summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authordas <das@noemail.net>2007-11-04 10:38:45 (GMT)
committerdas <das@noemail.net>2007-11-04 10:38:45 (GMT)
commit41caa133e2727e0fdcba96fa6ec32014b8d3d404 (patch)
tree2a88cdc35124b75d3ac50558f1f891db0c385651 /library
parentf8b211c59e10d432f6925e2f8c4182a27fa39f26 (diff)
downloadtk-41caa133e2727e0fdcba96fa6ec32014b8d3d404.zip
tk-41caa133e2727e0fdcba96fa6ec32014b8d3d404.tar.gz
tk-41caa133e2727e0fdcba96fa6ec32014b8d3d404.tar.bz2
* library/bgerror.tcl: fix background of detail text on Aqua.
FossilOrigin-Name: eda844bcf10c12c652f525a5207d12f16e73954a
Diffstat (limited to 'library')
-rw-r--r--library/bgerror.tcl5
1 files changed, 3 insertions, 2 deletions
diff --git a/library/bgerror.tcl b/library/bgerror.tcl
index 06d707d..556a81a 100644
--- a/library/bgerror.tcl
+++ b/library/bgerror.tcl
@@ -9,8 +9,8 @@
# Copyright (c) 1998-2000 by Ajuba Solutions.
# Copyright (c) 2007 by ActiveState Software Inc.
#
-# RCS: @(#) $Id: bgerror.tcl,v 1.35 2007/10/30 01:57:54 hobbs Exp $
-# $Id: bgerror.tcl,v 1.35 2007/10/30 01:57:54 hobbs Exp $
+# RCS: @(#) $Id: bgerror.tcl,v 1.36 2007/11/04 10:38:45 das Exp $
+# $Id: bgerror.tcl,v 1.36 2007/11/04 10:38:45 das Exp $
namespace eval ::tk::dialog::error {
namespace import -force ::tk::msgcat::*
@@ -22,6 +22,7 @@ namespace eval ::tk::dialog::error {
if {[tk windowingsystem] eq "aqua"} {
option add *ErrorDialog*background systemAlertBackgroundActive \
widgetDefault
+ option add *ErrorDialog*info.text.background white widgetDefault
option add *ErrorDialog*Button.highlightBackground \
systemAlertBackgroundActive widgetDefault
}