summaryrefslogtreecommitdiffstats
path: root/library/ttk
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-11-12 12:51:45 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-11-12 12:51:45 (GMT)
commit1f5fc183bc9b936bcf73c6138df3b699567545d6 (patch)
treeda1471ad331462f17c904f19b3dab58d7e7617e8 /library/ttk
parent214d03616692872a0fd8ada460b01fd776307018 (diff)
downloadtk-1f5fc183bc9b936bcf73c6138df3b699567545d6.zip
tk-1f5fc183bc9b936bcf73c6138df3b699567545d6.tar.gz
tk-1f5fc183bc9b936bcf73c6138df3b699567545d6.tar.bz2
Fix "creative writing" flaw.
Diffstat (limited to 'library/ttk')
-rw-r--r--library/ttk/fonts.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/fonts.tcl b/library/ttk/fonts.tcl
index 52298c5..a2781c6 100644
--- a/library/ttk/fonts.tcl
+++ b/library/ttk/fonts.tcl
@@ -60,7 +60,7 @@
namespace eval ttk {
-set tip145 [catch {font create TkDefaultFont}]
+variable tip145 [catch {font create TkDefaultFont}]
catch {font create TkTextFont}
catch {font create TkHeadingFont}
catch {font create TkCaptionFont}