[RESENT] hhctrl: Czech language resources encoding fix

Petr Tesarik hat at tesarici.cz
Mon Feb 13 04:32:37 CST 2006


Hi,

this patch fixes the encoding of Czech resources for hhctrl.ocx.

ChangeLog:

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

Index: dlls/hhctrl.ocx/Cs.rc
===================================================================
RCS file: /home/wine/wine/dlls/hhctrl.ocx/Cs.rc,v
retrieving revision 1.1
diff -u -p -r1.1 Cs.rc
--- dlls/hhctrl.ocx/Cs.rc	2 Nov 2005 11:01:07 -0000	1.1
+++ dlls/hhctrl.ocx/Cs.rc	8 Feb 2006 16:38:17 -0000
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * HTML Help resources
  * Czech Language Support
  *
@@ -22,6 +23,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 STRINGTABLE
 BEGIN
     IDS_CONTENTS     "&Obsah"



More information about the wine-patches mailing list