[RESENT] msrle32: Czech language resources encoding fix

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


Hi,

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

ChangeLog:

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

Index: dlls/msrle32/msrle_Cs.rc
===================================================================
RCS file: /home/wine/wine/dlls/msrle32/msrle_Cs.rc,v
retrieving revision 1.1
diff -u -p -r1.1 msrle_Cs.rc
--- dlls/msrle32/msrle_Cs.rc	16 Aug 2004 20:02:09 -0000	1.1
+++ dlls/msrle32/msrle_Cs.rc	8 Feb 2006 16:38:18 -0000
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * Czech resource file for MS-RLE
  *
  * Copyright 2002 Michael Günnewig
@@ -21,6 +22,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 STRINGTABLE DISCARDABLE
 {
 	IDS_NAME	"WINE-MS-RLE"



More information about the wine-patches mailing list