Revision: 42205
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42205&view=rev
Author:   brlcad
Date:     2011-01-13 03:35:49 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
error message is very obtuse.  is the type printed not supported for a given 
use, or not supported because it wasn't compiled.  the latter was meant but not 
stated.  reword for clarity and provide some instruction for when things go bad.

Modified Paths:
--------------
    brlcad/trunk/src/libtclcad/ged_obj.c

Modified: brlcad/trunk/src/libtclcad/ged_obj.c
===================================================================
--- brlcad/trunk/src/libtclcad/ged_obj.c        2011-01-13 03:26:20 UTC (rev 
42204)
+++ brlcad/trunk/src/libtclcad/ged_obj.c        2011-01-13 03:35:49 UTC (rev 
42205)
@@ -6049,7 +6049,7 @@
 #endif /* DM_WGL */
 
     if (type == DM_TYPE_BAD) {
-       bu_vls_printf(&gedp->ged_result_str, "Unsupported display manager type 
- %s\n", argv[2]);
+       bu_vls_printf(&gedp->ged_result_str, "ERROR:  Requisite display manager 
is not available.\nBRL-CAD may need to be recompiled with support for:  %s\nRun 
'fbhelp' for a list of available display managers.\n", argv[2]);
        return BRLCAD_ERROR;
     }
 


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