Revision: 53498
          http://brlcad.svn.sourceforge.net/brlcad/?rev=53498&view=rev
Author:   carlmoore
Date:     2012-11-07 18:01:50 +0000 (Wed, 07 Nov 2012)
Log Message:
-----------
supply missing periods in e.g.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/mged/anim.tcl

Modified: brlcad/trunk/src/tclscripts/mged/anim.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/anim.tcl   2012-11-07 17:58:32 UTC (rev 
53497)
+++ brlcad/trunk/src/tclscripts/mged/anim.tcl   2012-11-07 18:01:50 UTC (rev 
53498)
@@ -44,7 +44,7 @@
 #  Currently the choices for *foo* are from the following list:
 #  {draw view table objanim track sort preview}
 # 2.> a "p" argument indicates a parent widget.
-#  eg. when calling sketch_popup_draw the calling function provides a widget
+#  e.g. when calling sketch_popup_draw the calling function provides a widget
 #  to be the new widget's parent. Whenever tk is running, there is a toplevel
 #  widget called "." which can be used.
 #-----------------------------------------------------------------
@@ -3812,8 +3812,8 @@
 }
 
 #str is a list of columns, something like "0-2,5,7,9-"
-#num is the number of columns that exist, eg "11"
-#output is an array holding the columns, eg 0,1,2,5,7,9,10
+#num is the number of columns that exist, e.g. "11"
+#output is an array holding the columns, e.g. 0,1,2,5,7,9,10
 #returns the number of columns requested, or -1 on error
 proc sketch_parse_col {str num output} {
     upvar $output out

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to