[RESENT] setupapi: Czech language resources encoding fix

Petr Tesarik hat at tesarici.cz
Mon Feb 13 04:38:58 CST 2006


Hi,

this patch fixes the encoding of Czech resources for setupapi.dll.

ChangeLog:

* Add a comment with the name of the correct encoding.

Index: dlls/setupapi/Cs.rc
===================================================================
RCS file: /home/wine/wine/dlls/setupapi/Cs.rc,v
retrieving revision 1.2
diff -u -p -r1.2 Cs.rc
--- dlls/setupapi/Cs.rc	24 Aug 2004 18:33:03 -0000	1.2
+++ dlls/setupapi/Cs.rc	8 Feb 2006 16:38:21 -0000
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * Czech resources for SETUPAPI
  *
  * Copyright 2001 Andreas Mohr
@@ -21,6 +22,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
 STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
 CAPTION "Kopíruji soubory..."



More information about the wine-patches mailing list