[RESENT] winefile: Czech language resources encoding fix

Petr Tesarik hat at tesarici.cz
Mon Feb 13 04:52:08 CST 2006


Hi,

this patch fixes the encoding of Czech resources for winefile.

ChangeLog:

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

Index: programs/winefile/Cs.rc
===================================================================
RCS file: /home/wine/wine/programs/winefile/Cs.rc,v
retrieving revision 1.11
diff -u -p -r1.11 Cs.rc
--- programs/winefile/Cs.rc	22 Aug 2005 09:24:18 -0000	1.11
+++ programs/winefile/Cs.rc	8 Feb 2006 16:38:25 -0000
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * WineFile
  * Czech Language Support
  *
@@ -24,6 +25,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 /* Menu */
 
 IDM_WINEFILE MENU FIXED IMPURE



More information about the wine-patches mailing list