Revision: 44770
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44770&view=rev
Author:   bhinesley
Date:     2011-06-07 02:44:53 +0000 (Tue, 07 Jun 2011)

Log Message:
-----------
Removed doarcherMan, and set Help->Man Pages to call the man command directly

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/archer/Archer.tcl

Modified: brlcad/trunk/src/tclscripts/archer/Archer.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/Archer.tcl       2011-06-07 01:41:02 UTC 
(rev 44769)
+++ brlcad/trunk/src/tclscripts/archer/Archer.tcl       2011-06-07 02:44:53 UTC 
(rev 44770)
@@ -318,7 +318,6 @@
        method buildViewAxesPreferences {}
        method doAboutArcher {}
        method doarcherHelp {}
-       method doarcherMan {}
        method handleConfigure {}
        method launchDisplayMenuBegin {_dm _m _x _y}
        method launchDisplayMenuEnd {}
@@ -4533,7 +4532,7 @@
     }
     $itk_component(${_prefix}helpmenu) add command \
        -label "Archer Man Pages..." \
-       -command [::itcl::code $this doarcherMan]
+       -command [::itcl::code $this man]
     $itk_component(${_prefix}helpmenu) add command \
        -label "Archer Help..." \
        -command [::itcl::code $this doarcherHelp]
@@ -4661,17 +4660,6 @@
     $itk_component(aboutDialog) activate
 }
 
-
-::itcl::body Archer::doarcherMan {} {
-    global tcl_platform
-
-    $itk_component(archerMan) center [namespace tail $this]
-    ::update
-    $itk_component(archerMan) activate
-
-}
-
-
 ::itcl::body Archer::doarcherHelp {} {
     global tcl_platform
 


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

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to