Re: [brlcad-devel] [brlcad-commits] SF.net SVN: brlcad:[50329] brlcad/branches/STABLE/src/tclscript
Open Source Solid Modeling CAD
Brought to you by:
brlcad
|
From: Christopher S. M. <br...@ma...> - 2012-04-26 20:51:05
|
Looks like a typo on the first line there. On Apr 26, 2012, at 3:57 PM, sta...@us... wrote: > Revision: 50329 > http://brlcad.svn.sourceforge.net/brlcad/?rev=50329&view=rev > Author: starseeker > Date: 2012-04-26 19:57:47 +0000 (Thu, 26 Apr 2012) > Log Message: > ----------- > Add relos to the hardcoded tclIndex file > > Modified Paths: > -------------- > brlcad/branches/STABLE/src/tclscripts/mged/tclIndex > > Modified: brlcad/branches/STABLE/src/tclscripts/mged/tclIndex > =================================================================== > --- brlcad/branches/STABLE/src/tclscripts/mged/tclIndex 2012-04-26 19:45:10 UTC (rev 50328) > +++ brlcad/branches/STABLE/src/tclscripts/mged/tclIndex 2012-04-26 19:57:47 UTC (rev 50329) > @@ -1,4 +1,4 @@ > -# Tcl autoload index file, version 2.0 > +e Tcl autoload index file, version 2.0 > # This file is generated by the "auto_mkindex" command > # and sourced to set up indexing information for one or > # more commands. Typically each line is a command that > @@ -473,6 +473,7 @@ > set auto_index(reconfig_mmenu) [list source [file join $dir menu.tcl]] > set auto_index(reid) [list source [file join $dir reid.tcl]] > set auto_index(releasemv) [list source [file join $dir mview.tcl]] > +set auto_index(relos) [list source [file join $dir relos.tcl]] > set auto_index(remap_mater) [list source [file join $dir remap_mater.tcl]] > set auto_index(remat) [list source [file join $dir remat.tcl]] > set auto_index(rpp-arch) [list source [file join $dir accel.tcl]] > > This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > BRL-CAD Source Commits mailing list > brl...@li... > https://lists.sourceforge.net/lists/listinfo/brlcad-commits |