summaryrefslogtreecommitdiffstats
path: root/library
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)
commit344cf39045e3cb9d139c0029ef35c8d8cf7cb260 (patch)
treeda1471ad331462f17c904f19b3dab58d7e7617e8 /library
parentf433b49a47c41cb546fec64135779377f784843c (diff)
downloadtk-344cf39045e3cb9d139c0029ef35c8d8cf7cb260.zip
tk-344cf39045e3cb9d139c0029ef35c8d8cf7cb260.tar.gz
tk-344cf39045e3cb9d139c0029ef35c8d8cf7cb260.tar.bz2
Fix "creative writing" flaw.
Diffstat (limited to 'library')
-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}