[RESENT] serialui: Czech language resources encoding fix

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


Hi,

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

ChangeLog:

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

Index: dlls/serialui/Cs.rc
===================================================================
RCS file: /home/wine/wine/dlls/serialui/Cs.rc,v
retrieving revision 1.2
diff -u -p -r1.2 Cs.rc
--- dlls/serialui/Cs.rc	24 Aug 2004 18:33:03 -0000	1.2
+++ dlls/serialui/Cs.rc	8 Feb 2006 16:38:21 -0000
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * Czech resources for serialui
  * Copyright 2000 Mike McCormack
  * Copyright 2004 David Kredba
@@ -20,6 +21,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 IDD_SERIALUICONFIG DIALOG DISCARDABLE 0, 0, 160, 159
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
 CAPTION "Vlastnosti "



More information about the wine-patches mailing list