Paul Vriens : version: Translate some German comments.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Apr 13 05:17:20 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: b3d8be24dbcb90bd78595f2b24618210a5ccfa3b
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=b3d8be24dbcb90bd78595f2b24618210a5ccfa3b

Author: Paul Vriens <Paul.Vriens at xs4all.nl>
Date:   Thu Apr 13 10:16:37 2006 +0200

version: Translate some German comments.

---

 dlls/version/install.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/version/install.c b/dlls/version/install.c
index 60b0315..0675cd2 100644
--- a/dlls/version/install.c
+++ b/dlls/version/install.c
@@ -473,8 +473,8 @@ DWORD WINAPI VerInstallFileA(
 		if (VerQueryValueA(buf1,"\\VarFileInfo\\Translation",(LPVOID*)&tbuf1,&len1) &&
 		    VerQueryValueA(buf2,"\\VarFileInfo\\Translation",(LPVOID*)&tbuf2,&len2)
 		) {
-		    /* irgendwas mit tbuf1 und tbuf2 machen
-		     * generiert DIFFLANG|MISMATCH
+                    /* Do something with tbuf1 and tbuf2
+		     * generates DIFFLANG|MISMATCH
 		     */
 		}
 		HeapFree(GetProcessHeap(), 0, buf2);




More information about the wine-cvs mailing list