Revision: 75252
          http://sourceforge.net/p/brlcad/code/75252
Author:   starseeker
Date:     2020-04-02 18:36:03 +0000 (Thu, 02 Apr 2020)
Log Message:
-----------
fix Tktable version

Modified Paths:
--------------
    brlcad/branches/tcltk86/src/archer/archer_launch.tcl
    brlcad/branches/tcltk86/src/tclscripts/archer/Archer.tcl

Modified: brlcad/branches/tcltk86/src/archer/archer_launch.tcl
===================================================================
--- brlcad/branches/tcltk86/src/archer/archer_launch.tcl        2020-04-02 
18:25:11 UTC (rev 75251)
+++ brlcad/branches/tcltk86/src/archer/archer_launch.tcl        2020-04-02 
18:36:03 UTC (rev 75252)
@@ -89,7 +89,7 @@
 
 if {$tcl_platform(platform) == "windows"} {
     lappend auto_path ${dir}/lib/Tkhtml3.0
-    lappend auto_path ${dir}/lib/Tktable2.11
+    lappend auto_path ${dir}/lib/Tktable2.10
 }
 
 # load archer guts

Modified: brlcad/branches/tcltk86/src/tclscripts/archer/Archer.tcl
===================================================================
--- brlcad/branches/tcltk86/src/tclscripts/archer/Archer.tcl    2020-04-02 
18:25:11 UTC (rev 75251)
+++ brlcad/branches/tcltk86/src/tclscripts/archer/Archer.tcl    2020-04-02 
18:36:03 UTC (rev 75252)
@@ -76,7 +76,7 @@
 
 LoadArcherLibs
 package require ArcherCore 1.0
-catch {package require Tktable 2.11} tktable
+catch {package require Tktable 2.10} tktable
 package require ManBrowser 1.0
 package provide Archer 1.0
 

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to