Revision: 45892
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45892&view=rev
Author:   brlcad
Date:     2011-08-10 13:34:34 +0000 (Wed, 10 Aug 2011)

Log Message:
-----------
supposed to read helplib.tcl, but it doesn't, so simpilfy

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

Modified: brlcad/trunk/src/tclscripts/mged/helpdevel.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/helpdevel.tcl      2011-08-10 13:30:00 UTC 
(rev 45891)
+++ brlcad/trunk/src/tclscripts/mged/helpdevel.tcl      2011-08-10 13:34:34 UTC 
(rev 45892)
@@ -24,10 +24,6 @@
 #
 #==============================================================================
 
-# This command causes helplib.tcl to get read in.
-helplib
-
-
 set mged_helpdevel_data(aip)           {{[fb]} {advance illumination pointer 
or path position forward or backward}}
 set mged_helpdevel_data(cmd_win)       {{cmd}  {routine for maintaining 
command windows}}
 set mged_helpdevel_data(collaborate)   {{join id | quit id | show}     
{routine for maintaining the collaborative session}}
@@ -44,8 +40,8 @@
 set mged_helpdevel_data(grid2view_lu)  {{gx gy}        {given a point in grid 
coordinates (local units),
     convert it to view coordinates (local units).}}
 set mged_helpdevel_data(gui_destroy)   {{id}   {destroy display/command window 
pair}}
-set mged_helpdevel_data(hist)  {{command}      {routine for maintaining 
command history}}
-set mged_helpdevel_data(make_name)     $helplib_data(wdb_make_name)
+set mged_helpdevel_data(hist)          {{command}      {routine for 
maintaining command history}}
+set mged_helpdevel_data(make_name)     {{template | -s [num]}  {make an object 
name not occuring in the database}}
 set mged_helpdevel_data(mged_update)   {{non_blocking} {handle outstanding 
events and refresh}}
 set mged_helpdevel_data(mged_wait)     {{}     {see tkwait}}
 set mged_helpdevel_data(mmenu_get)     {{[index]}      {get menu corresponding 
to index}}


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

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to