Module: wine Branch: master Commit: 318fb2987cef9bb61fec5d2420a4d5822e40d87a URL: http://source.winehq.org/git/wine.git/?a=commit;h=318fb2987cef9bb61fec5d2420...
Author: H. Verbeet hverbeet@gmail.com Date: Tue Mar 6 22:35:12 2007 +0100
wined3d: Fix a typo.
---
dlls/wined3d/directx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index c464fbe..3136e77 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -704,7 +704,7 @@ BOOL IWineD3DImpl_FillGLCaps(IWineD3D *iface, Display* display) { TRACE_(d3d_caps)(" FOUND: EXT Point parameters support\n"); gl_info->supported[EXT_POINT_PARAMETERS] = TRUE; } else if (strcmp(ThisExtn, "GL_EXT_secondary_color") == 0) { - TRACE_(d3d_caps)(" FOUND: EXT Secondary coord support\n"); + TRACE_(d3d_caps)(" FOUND: EXT Secondary color support\n"); gl_info->supported[EXT_SECONDARY_COLOR] = TRUE; } else if (strcmp(ThisExtn, "GL_EXT_stencil_two_side") == 0) { TRACE_(d3d_caps)(" FOUND: EXT Stencil two side support\n");