summaryrefslogtreecommitdiffstats
path: root/library/print.tcl
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2021-07-09 14:19:57 (GMT)
committerKevin Walzer <kw@codebykevin.com>2021-07-09 14:19:57 (GMT)
commitb694dd616c94a16a96ca8ead30f8b9fa58fe1ced (patch)
tree683c12e8396b528181c9f7c3dcc3dfc1e84f4f3d /library/print.tcl
parentcc93483fc274c4cb374edfbc67ec2dbc2e3806f1 (diff)
downloadtk-b694dd616c94a16a96ca8ead30f8b9fa58fe1ced.zip
tk-b694dd616c94a16a96ca8ead30f8b9fa58fe1ced.tar.gz
tk-b694dd616c94a16a96ca8ead30f8b9fa58fe1ced.tar.bz2
Tweak lineation
Diffstat (limited to 'library/print.tcl')
-rw-r--r--library/print.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/print.tcl b/library/print.tcl
index 25b408f..0332b25 100644
--- a/library/print.tcl
+++ b/library/print.tcl
@@ -665,7 +665,8 @@ namespace eval ::tk::print {
catch {exec lpstat -a} msg
set notfound "command not found"
if {[string first $notfound $msg != -1} {
- error "Unable to obtain list of printers. Please install the CUPS package for your system."
+ error "Unable to obtain list of printers. Please install the CUPS package \
+ for your system."
return
}