From: <ai...@us...> - 2013-11-20 06:23:28
|
Revision: 12721 http://sourceforge.net/p/plplot/code/12721 Author: airwin Date: 2013-11-20 06:23:25 +0000 (Wed, 20 Nov 2013) Log Message: ----------- Small cleanup of the wording. Modified Paths: -------------- trunk/examples/tk/tkdemos.tcl Modified: trunk/examples/tk/tkdemos.tcl =================================================================== --- trunk/examples/tk/tkdemos.tcl 2013-11-20 06:21:25 UTC (rev 12720) +++ trunk/examples/tk/tkdemos.tcl 2013-11-20 06:23:25 UTC (rev 12721) @@ -43,11 +43,11 @@ set utf8_examples {4 18 24 26 33} # In order to distinguish whether this is a plserver or wish -# environment we assume that [info nameofexecutable] has the string "plserver", -# "wish" or "tclsh" in it. Some contrived examples can be figured out where this -# assumption is not correct, and for those cases we simply emit an -# error message and return. But normally this assumption is correct, -# and it is certainly correct for our tests. +# environment we assume that [info nameofexecutable] has the string +# "plserver", "wish" or "tclsh" in it. Some contrived examples can be +# figured out where this assumption is not correct, and for those +# cases we simply emit an error message and return. But normally this +# assumption is correct, and it is certainly correct for our tests. switch -glob -- [info nameofexecutable] { "*plserver*" { # use 'plserver' method @@ -62,7 +62,7 @@ set plwin .plw } default { - puts stderr "Error: argv0 = \"$argv0\"\ndoes not contain either the substrings \"plserver\" or \"wish\"" + puts stderr "Error: argv0 = \"$argv0\"\ndoes not contain either the substrings \"plserver\", \"tclsh\", or \"wish\"" puts stderr "Therefore cannot decide how to proceed with tkdemos.tcl so giving up" return } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |