Revision: 42199
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42199&view=rev
Author:   brlcad
Date:     2011-01-13 02:30:12 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
unnecessary but consistent

Modified Paths:
--------------
    brlcad/trunk/src/tclscripts/rtwizard/lib/FbPage.itk
    brlcad/trunk/src/tclscripts/rtwizard/lib/PictureTypeE.itcl

Modified: brlcad/trunk/src/tclscripts/rtwizard/lib/FbPage.itk
===================================================================
--- brlcad/trunk/src/tclscripts/rtwizard/lib/FbPage.itk 2011-01-13 02:28:22 UTC 
(rev 42198)
+++ brlcad/trunk/src/tclscripts/rtwizard/lib/FbPage.itk 2011-01-13 02:30:12 UTC 
(rev 42199)
@@ -438,7 +438,7 @@
                 [string match $screenOnly "false"] } {
            return $fbFile
        }
-       set binpath [bu_brlcad_root bin]
+       set binpath [bu_brlcad_root "bin"]
        #
        # Create an on-screen buffer
        #

Modified: brlcad/trunk/src/tclscripts/rtwizard/lib/PictureTypeE.itcl
===================================================================
--- brlcad/trunk/src/tclscripts/rtwizard/lib/PictureTypeE.itcl  2011-01-13 
02:28:22 UTC (rev 42198)
+++ brlcad/trunk/src/tclscripts/rtwizard/lib/PictureTypeE.itcl  2011-01-13 
02:30:12 UTC (rev 42199)
@@ -185,7 +185,7 @@
        set bg [hexToRGB $bgHex]
        set bgl "=[lindex $bg 0]/[lindex $bg 1]/[lindex $bg 2]"
 
-       set binpath [bu_brlcad_root bin]
+       set binpath [bu_brlcad_root "bin"]
 
        #
        # Get the gamma


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to