Revision: 54942
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54942&view=rev
Author:   bob1961
Date:     2013-03-28 17:34:14 +0000 (Thu, 28 Mar 2013)
Log Message:
-----------
Get rid of "" and [] from the mater commands prompt array. This breaks things 
when sending back to Tcl land.

Modified Paths:
--------------
    brlcad/trunk/src/libged/mater.c

Modified: brlcad/trunk/src/libged/mater.c
===================================================================
--- brlcad/trunk/src/libged/mater.c     2013-03-28 17:34:01 UTC (rev 54941)
+++ brlcad/trunk/src/libged/mater.c     2013-03-28 17:34:14 UTC (rev 54942)
@@ -35,11 +35,11 @@
     static const char *usage = "object_name shader r [g b] inherit";
     static const char *prompt[] = {
        "Name of combination to edit? ", /* unused */
-       "Specify shader.  Enclose spaces within quotes.  E.g., \"light 
invisible=1\"\nShader? ('del' to delete, '.' to skip) ",
+       "Specify shader.  Enclose spaces within quotes.  E.g., light 
invisible=1\nShader? ('del' to delete, '.' to skip) ",
        "R, G, B color values (0 to 255)? ('del' to delete, '.' to skip) ",
        "G component color value? ('.' to skip) ",
        "B component color value? ('.' to skip) ",
-       "Should this object's shader override lower nodes? ([y/n] or '.' to 
skip) "
+       "Should this object's shader override lower nodes? (y/n or '.' to skip) 
"
     };
 
     struct directory *dp = NULL;

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


------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to