Revision: 40835
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40835&view=rev
Author:   bob1961
Date:     2010-09-29 16:21:15 +0000 (Wed, 29 Sep 2010)

Log Message:
-----------
Add support for Navy to Ged::get_ged_color and Ged::get_vdraw_color.

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-09-29 15:39:43 UTC (rev 
40834)
+++ brlcad/trunk/src/tclscripts/lib/Ged.tcl     2010-09-29 16:21:15 UTC (rev 
40835)
@@ -3676,6 +3676,9 @@
        "Black" {
            return "0/0/0"
        }
+       "Navy" {
+           return "0/0/50"
+       }
        "Blue" {
            return "0/0/255"
        }
@@ -3745,6 +3748,9 @@
        "Black" {
            return "000000"
        }
+       "Navy" {
+           return "000032"
+       }
        "Blue" {
            return "0000ff"
        }


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

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to