Revision: 49425
          http://brlcad.svn.sourceforge.net/brlcad/?rev=49425&view=rev
Author:   bob1961
Date:     2012-02-15 15:06:09 +0000 (Wed, 15 Feb 2012)
Log Message:
-----------
Added Cyan to the list of colors available in the tree popup menu.

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

Modified: brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2012-02-14 22:17:39 UTC 
(rev 49424)
+++ brlcad/trunk/src/tclscripts/archer/ArcherCore.tcl   2012-02-15 15:06:09 UTC 
(rev 49425)
@@ -3640,6 +3640,8 @@
        -command [::itcl::code $this setDisplayColor $_node {0 255 0}]
     $color add command -label "Blue" \
        -command [::itcl::code $this setDisplayColor $_node {0 0 255}]
+    $color add command -label "Cyan" \
+       -command [::itcl::code $this setDisplayColor $_node {0 255 255}]
     $color add command -label "Indigo" \
        -command [::itcl::code $this setDisplayColor $_node {0 0 128}]
     $color add command -label "Violet" \

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


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to