summaryrefslogtreecommitdiffstats
path: root/library/console.tcl
diff options
context:
space:
mode:
authordas <das>2007-11-09 07:08:51 (GMT)
committerdas <das>2007-11-09 07:08:51 (GMT)
commit03c3895f685563a14d2471b60e62b1d16cf1feb9 (patch)
treed48feb239ff9d9f1b52d8814ab226ea9f2e49c9c /library/console.tcl
parent5430ce93eb851310a68173104ae0b25fbf2ca84e (diff)
downloadtk-03c3895f685563a14d2471b60e62b1d16cf1feb9.zip
tk-03c3895f685563a14d2471b60e62b1d16cf1feb9.tar.gz
tk-03c3895f685563a14d2471b60e62b1d16cf1feb9.tar.bz2
Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09
Diffstat (limited to 'library/console.tcl')
-rw-r--r--library/console.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/console.tcl b/library/console.tcl
index 540fc3c..4687b4f 100644
--- a/library/console.tcl
+++ b/library/console.tcl
@@ -4,7 +4,7 @@
# can be used by non-unix systems that do not have built-in support
# for shells.
#
-# RCS: @(#) $Id: console.tcl,v 1.22.2.6 2007/11/09 06:26:54 das Exp $
+# RCS: @(#) $Id: console.tcl,v 1.22.2.7 2007/11/09 07:08:51 das Exp $
#
# Copyright (c) 1995-1997 Sun Microsystems, Inc.
# Copyright (c) 1998-2000 Ajuba Solutions.
@@ -113,7 +113,7 @@ proc ::tk::ConsoleInit {} {
}
"unix" {
if {[tk windowingsystem] eq "aqua"} {
- $con configure -font {Monaco 9 normal} -highlightthickness 0
+ $con configure -font {Monaco 10 normal} -highlightthickness 0
}
}
}