Revision: 65922
http://sourceforge.net/p/brlcad/code/65922
Author: carlmoore
Date: 2015-08-14 18:06:37 +0000 (Fri, 14 Aug 2015)
Log Message:
-----------
standardize on use of 'OpenGL' -- i.e., no more small l
Modified Paths:
--------------
brlcad/trunk/doc/docbook/articles/en/mged.xml
brlcad/trunk/doc/docbook/system/man3/en/libdm.xml
brlcad/trunk/doc/html/manuals/libdm/preface.html
brlcad/trunk/doc/html/manuals/mged/mged_cmd_index.html
brlcad/trunk/src/libtclcad/tclcad_obj.c
Modified: brlcad/trunk/doc/docbook/articles/en/mged.xml
===================================================================
--- brlcad/trunk/doc/docbook/articles/en/mged.xml 2015-08-14 17:51:41 UTC
(rev 65921)
+++ brlcad/trunk/doc/docbook/articles/en/mged.xml 2015-08-14 18:06:37 UTC
(rev 65922)
@@ -6975,7 +6975,7 @@
<literal>mged></literal>
<emphasis role="strong">attach -t 0 -S 800 -n .t.ogl ogl</emphasis>
- – Open a 800x800 OpenGl display window named .t.ogl
+ – Open a 800x800 OpenGL display window named .t.ogl
that is not a top-level window.
</para>
<para>
Modified: brlcad/trunk/doc/docbook/system/man3/en/libdm.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/man3/en/libdm.xml 2015-08-14 17:51:41 UTC
(rev 65921)
+++ brlcad/trunk/doc/docbook/system/man3/en/libdm.xml 2015-08-14 18:06:37 UTC
(rev 65922)
@@ -44,7 +44,7 @@
</row>
<row>
<entry>ogl</entry>
- <entry>mixed X/OpenGl window</entry>
+ <entry>mixed X/OpenGL window</entry>
</row>
<row>
<entry>ps</entry>
Modified: brlcad/trunk/doc/html/manuals/libdm/preface.html
===================================================================
--- brlcad/trunk/doc/html/manuals/libdm/preface.html 2015-08-14 17:51:41 UTC
(rev 65921)
+++ brlcad/trunk/doc/html/manuals/libdm/preface.html 2015-08-14 18:06:37 UTC
(rev 65922)
@@ -24,7 +24,7 @@
<TABLE COLS=2 RULES=all BORDER=1 CELLPADDING=10>
<TR><TH ALIGN=LEFT>DM Type <TH ALIGN=LEFT> Canvas Type
<TR><TD ALIGN=LEFT>X <TD ALIGN=LEFT> X window
- <TR><TD ALIGN=LEFT>ogl <TD ALIGN=LEFT> mixed X/OpenGl window
+ <TR><TD ALIGN=LEFT>ogl <TD ALIGN=LEFT> mixed X/OpenGL window
<TR><TD ALIGN=LEFT>ps <TD ALIGN=LEFT> postscript file
<TR><TD ALIGN=LEFT>plot <TD ALIGN=LEFT> unix plot file
</TABLE>
Modified: brlcad/trunk/doc/html/manuals/mged/mged_cmd_index.html
===================================================================
--- brlcad/trunk/doc/html/manuals/mged/mged_cmd_index.html 2015-08-14
17:51:41 UTC (rev 65921)
+++ brlcad/trunk/doc/html/manuals/mged/mged_cmd_index.html 2015-08-14
18:06:37 UTC (rev 65922)
@@ -839,7 +839,7 @@
-- Create a toplevel window named .t. </P>
<P><BR>
</FONT><TT>mged></TT><FONT SIZE=2> <B>attach -t 0 -S 800 -n .t.ogl ogl</B>
<BR>
--- Open a 800x800 OpenGl display window named .t.ogl that is not a top-level
window.</P>
+-- Open a 800x800 OpenGL display window named .t.ogl that is not a top-level
window.</P>
<P><BR>
</FONT><TT>mged></TT><FONT SIZE=2> <B>button .t.dismiss -text Dismiss
-command "release .t.ogl; destroy .t"</B> <BR>
-- Create a button to dismiss the display manager etc. </P>
Modified: brlcad/trunk/src/libtclcad/tclcad_obj.c
===================================================================
--- brlcad/trunk/src/libtclcad/tclcad_obj.c 2015-08-14 17:51:41 UTC (rev
65921)
+++ brlcad/trunk/src/libtclcad/tclcad_obj.c 2015-08-14 18:06:37 UTC (rev
65922)
@@ -11057,7 +11057,7 @@
}
if (dm_get_type(gdvp->gdv_dmp) != DM_TYPE_WGL &&
dm_get_type(gdvp->gdv_dmp) != DM_TYPE_OGL) {
- bu_vls_printf(gedp->ged_result_str, "%s: not yet supported for this
display manager (i.e. must be OpenGl based)", argv[0]);
+ bu_vls_printf(gedp->ged_result_str, "%s: not yet supported for this
display manager (i.e. must be OpenGL based)", argv[0]);
return GED_OK;
}
@@ -11147,7 +11147,7 @@
}
if (dm_get_type(gdvp->gdv_dmp) != DM_TYPE_WGL &&
dm_get_type(gdvp->gdv_dmp) != DM_TYPE_OGL) {
- bu_vls_printf(gedp->ged_result_str, "%s: not yet supported for this
display manager (i.e. must be OpenGl based)", argv[0]);
+ bu_vls_printf(gedp->ged_result_str, "%s: not yet supported for this
display manager (i.e. must be OpenGL based)", argv[0]);
return GED_OK;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits