summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2013-11-12 13:24:55 (GMT)
committerdgp <dgp@noemail.net>2013-11-12 13:24:55 (GMT)
commitc9e6e99ae0bbcb42f34e1e7ab0f3c3a63b606c45 (patch)
tree80c571c5c99b5d762f35b4177e5bccf2d03a450c
parentd65be00d266fb8e4955bd5ffc1f3a1edd2ea3584 (diff)
parentb38d808e83b2975c3fdb6898f477bfeb0b08fe8d (diff)
downloadtk-c9e6e99ae0bbcb42f34e1e7ab0f3c3a63b606c45.zip
tk-c9e6e99ae0bbcb42f34e1e7ab0f3c3a63b606c45.tar.gz
tk-c9e6e99ae0bbcb42f34e1e7ab0f3c3a63b606c45.tar.bz2
Fix "creative writing" problem.
FossilOrigin-Name: cb8d21bd43d9068b7e2b9a718067f264a95d3d31
-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}