wined3d - fix grammatical errors

EA Durbin ead1234 at hotmail.com
Sun Oct 1 15:50:13 CDT 2006



-------------- next part --------------
>From d5c7eb59f64753699d272ea927a80da3ef5b297a Mon Sep 17 00:00:00 2001
From: ea durbin <ead1234 at hotmail.com>
Date: Sun, 1 Oct 2006 15:45:51 -0500
Subject: [PATCH] fixed a grammatical error
---
dlls/wined3d/surface.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/surface.c b/dlls/wined3d/surface.c
index 7860396..dfc0097 100644
--- a/dlls/wined3d/surface.c
+++ b/dlls/wined3d/surface.c
@@ -2269,7 +2269,7 @@ static HRESULT WINAPI IWineD3DSurfaceImp

     if(override) {
         /* DDraw sets this for the X11 surfaces, so don't confuse the user
-         * FIXME("(%p) Target override is not supported by now\n", This);
+         * FIXME("(%p) Target override is currently not supported\n", 
This);
          * Additionally, it isn't really possible to support 
triple-buffering
          * properly on opengl at all
          */
--
1.4.1


-------------- next part --------------
>From fa847bd1f10879a323a08df7ab97e2c9b2df41e3 Mon Sep 17 00:00:00 2001
From: ea durbin <ead1234 at hotmail.com>
Date: Sun, 1 Oct 2006 15:46:08 -0500
Subject: [PATCH] fixed a grammatical error
---
dlls/wined3d/surface_gdi.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/surface_gdi.c b/dlls/wined3d/surface_gdi.c
index 65c8aae..b83aac2 100644
--- a/dlls/wined3d/surface_gdi.c
+++ b/dlls/wined3d/surface_gdi.c
@@ -1256,7 +1256,7 @@ IWineGDISurfaceImpl_BltFast(IWineD3DSurf
         /* TODO: Use the libtxc_dxtn.so shared library to do
          * software decompression
          */
-        ERR("DXTC decompression not supported by now\n");
+        ERR("DXTC decompression is currently not supported\n");
         goto error;
     }

--
1.4.1




More information about the wine-patches mailing list