Revision: 41539
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41539&view=rev
Author:   bob1961
Date:     2010-12-07 19:47:48 +0000 (Tue, 07 Dec 2010)

Log Message:
-----------
Fixed a typo in Ged::apropos.

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/lib/Ged.tcl

Modified: brlcad/trunk/src/tclscripts/lib/Ged.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/lib/Ged.tcl     2010-12-07 19:42:04 UTC (rev 
41538)
+++ brlcad/trunk/src/tclscripts/lib/Ged.tcl     2010-12-07 19:47:48 UTC (rev 
41539)
@@ -501,7 +501,7 @@
        method zoom {args}
 
        method ? {}
-       method apropos {key}
+       method apropos {args}
        method begin_data_arrow {_pane _x _y}
        method begin_data_line {_pane _x _y}
        method begin_data_move {_pane _x _y}
@@ -2605,7 +2605,7 @@
     return [$help ? 20 8]
 }
 
-::itcl::body cadwidgets::Ged::apropos {key} {
+::itcl::body cadwidgets::Ged::apropos {args} {
     return [eval $help apropos $args]
 }
 


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

------------------------------------------------------------------------------
What happens now with your Lotus Notes apps - do you make another costly 
upgrade, or settle for being marooned without product support? Time to move
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,
use, and manage than apps on traditional platforms. Sign up for the Lotus 
Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to