summaryrefslogtreecommitdiffstats
path: root/library/tk.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-06-20 13:32:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-06-20 13:32:27 (GMT)
commit90b1090817bbf37d8787cc9ed77f2a4ca7460bb7 (patch)
tree2e9ba8fa7efcf309a1f5d5e054d1008281872b37 /library/tk.tcl
parent0df448d72dc5f494bf12f7b51263f5564caf044b (diff)
parentea636c850864a7b4a1086407483247fa2178a9c9 (diff)
downloadtk-90b1090817bbf37d8787cc9ed77f2a4ca7460bb7.zip
tk-90b1090817bbf37d8787cc9ed77f2a4ca7460bb7.tar.gz
tk-90b1090817bbf37d8787cc9ed77f2a4ca7460bb7.tar.bz2
Merge trunk
Diffstat (limited to 'library/tk.tcl')
-rw-r--r--library/tk.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index 372752b..67aedf9 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -676,7 +676,7 @@ proc ::tk::mcmaxamp {args} {
return $maxlen
}
-# For now, turn off the custom mdef proc for the mac:
+# For now, turn off the custom mdef proc for the Mac:
if {[tk windowingsystem] eq "aqua"} {
namespace eval ::tk::mac {
@@ -691,7 +691,6 @@ proc ::tk::RegisterServiceWidget {w} {
}
}
-
# Run the Ttk themed widget set initialization
if {$::ttk::library ne ""} {
uplevel \#0 [list source $::ttk::library/ttk.tcl]