diff options
author | Kevin Walzer <kw@codebykevin.com> | 2021-08-09 01:18:02 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2021-08-09 01:18:02 (GMT) |
commit | e8f47f901447e36cee01824b2cd2f916a546a7bf (patch) | |
tree | 4018f8b249aec0af7bfd61062b741319514ad4f7 /library | |
parent | b32f8c59f05164448142b13707e7c6181564d3ea (diff) | |
download | tk-e8f47f901447e36cee01824b2cd2f916a546a7bf.zip tk-e8f47f901447e36cee01824b2cd2f916a546a7bf.tar.gz tk-e8f47f901447e36cee01824b2cd2f916a546a7bf.tar.bz2 |
One final tweak
Diffstat (limited to 'library')
-rw-r--r-- | library/print.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/print.tcl b/library/print.tcl index bb22bbb..7820a5f 100644 --- a/library/print.tcl +++ b/library/print.tcl @@ -741,7 +741,7 @@ namespace eval ::tk::print { -side left -fill x -expand no bind $p.frame.printframe.mb <<ComboboxSelected>> { - set chooseprinter [$p.frame.printframe.mb get] + set chooseprinter {$p.frame.printframe.mb get} } set paperlist [list [mc Letter] [mc Legal] [mc A4]] |