[RESENT] msacm: Czech language resources encoding fix

Petr Tesarik hat at tesarici.cz
Mon Feb 13 04:33:59 CST 2006


Hi,

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

ChangeLog:

* Fix the encoding of Czech resources from ISO 8859-2 to WINDOWS-1250.
* Add a comment with the name of the correct encoding.

Index: dlls/msacm/msacm_Cs.rc
===================================================================
RCS file: /home/wine/wine/dlls/msacm/msacm_Cs.rc,v
retrieving revision 1.1
diff -u -p -r1.1 msacm_Cs.rc
--- dlls/msacm/msacm_Cs.rc	16 Aug 2004 20:02:09 -0000	1.1
+++ dlls/msacm/msacm_Cs.rc	8 Feb 2006 16:38:18 -0000
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * Copyright 2000 Eric Pouech
  *
  * Czech resources for MS ACM
@@ -21,6 +22,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 DLG_ACMFORMATCHOOSE_ID DIALOG DISCARDABLE  10, 20, 225, 100
 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
 CAPTION "Výběr zvuku"
@@ -32,7 +35,7 @@ BEGIN
     COMBOBOX        IDD_ACMFORMATCHOOSE_CMB_CUSTOM, 5, 15, 115, 60,
                     CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
 
-    PUSHBUTTON      "&Uloľit jako", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
+    PUSHBUTTON      "&Uložit jako", IDD_ACMFORMATCHOOSE_BTN_SETNAME, 125, 14, 45, 14
     PUSHBUTTON      "Odeb&rat", IDD_ACMFORMATCHOOSE_BTN_DELNAME, 175, 14, 45, 14
 
     LTEXT           "&Formát:", -1, 5, 41, 44, 8, NOT WS_GROUP



More information about the wine-patches mailing list