Module: wine Branch: master Commit: c749debec61345f5abbbcd67076a41d7b722db6c URL: http://source.winehq.org/git/wine.git/?a=commit;h=c749debec61345f5abbbcd6707...
Author: Stefan Dösinger stefan@codeweavers.com Date: Tue Sep 29 17:43:44 2009 +0200
wined3d: Fix an error string.
---
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 8eac47c..5d494ec 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -693,7 +693,7 @@ static BOOL match_broken_nv_clip(const struct wined3d_gl_info *gl_info, const ch GL_EXTCALL(glGenProgramsARB(1, &prog)); if(!prog) { - ERR("Failed to create an ARB offset limit test program\n"); + ERR("Failed to create the NVvp clip test program\n"); LEAVE_GL(); return FALSE; }