|
From: <ai...@us...> - 2010-11-11 18:07:56
|
Revision: 11326
http://plplot.svn.sourceforge.net/plplot/?rev=11326&view=rev
Author: airwin
Date: 2010-11-11 18:07:50 +0000 (Thu, 11 Nov 2010)
Log Message:
-----------
Fix clobbered commentary that has been in this file since its initial
commit back in 1994 (!). The revised form of the commentary has been
taken from a modern version of TkInit.c that was found with
google search for <tkmain.c "Commands will come from standard input">.
Modified Paths:
--------------
trunk/bindings/tk/tkMain.c
Modified: trunk/bindings/tk/tkMain.c
===================================================================
--- trunk/bindings/tk/tkMain.c 2010-11-11 17:41:21 UTC (rev 11325)
+++ trunk/bindings/tk/tkMain.c 2010-11-11 18:07:50 UTC (rev 11326)
@@ -378,10 +378,10 @@
{
//
// Commands will come from standard input, so set up an event
- // handler for standard input. If the input device is aEvaluate the
- // .rc file, if one has been specified, set up an event handler
- // for standard input, and print a prompt if the input
- // device is a terminal.
+ // handler for standard input. Evaluate the .rc file, if one
+ // has been specified, set up an event handler for standard
+ // input, and print a prompt if the input device is a
+ // terminal.
//
if ( RcFileName != NULL )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|