summaryrefslogtreecommitdiffstats
path: root/tests/canvPsImg.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-01-15 16:06:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-01-15 16:06:18 (GMT)
commit82a83e55c5f93ae3e6545f829f98c828fefa3c5b (patch)
treeaff9b47194677ca3fe501b1d9d1f88f5a9236455 /tests/canvPsImg.tcl
parent03734119e407f4bcced1a69bb30f1032fb83b222 (diff)
downloadtk-82a83e55c5f93ae3e6545f829f98c828fefa3c5b.zip
tk-82a83e55c5f93ae3e6545f829f98c828fefa3c5b.tar.gz
tk-82a83e55c5f93ae3e6545f829f98c828fefa3c5b.tar.bz2
remove some unnecessary eol-spacing
Diffstat (limited to 'tests/canvPsImg.tcl')
-rw-r--r--tests/canvPsImg.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canvPsImg.tcl b/tests/canvPsImg.tcl
index c06aeaa..1f46eca 100644
--- a/tests/canvPsImg.tcl
+++ b/tests/canvPsImg.tcl
@@ -35,7 +35,7 @@ toplevel .t
wm title .t "Postscript Tests for Canvases: Images"
wm iconname .t "Postscript"
-message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
+message .t.m -text {This screen exercises the Postscript-generation abilities of Tk canvas widgets for images. Click the buttons below to select a Visual type for the canvas and colormode for the Postscript output. Then click "Print" to send the results to the default printer, or "Print to file" to put the Postscript output in a file called "/tmp/test.ps". You can also click on items in the canvas to delete them.
NOTE: Some Postscript printers may not be able to handle Postscript generated in color mode.} -width 6i
pack .t.m -side top -fill both