[RESENT] wininet: Czech language resources encoding fix

Petr Tesarik hat at tesarici.cz
Mon Feb 13 04:43:31 CST 2006


Hi,

this patch fixes the encoding of Czech resources for wininet.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/wininet/wininet_Cs.rc
===================================================================
RCS file: /home/wine/wine/dlls/wininet/wininet_Cs.rc,v
retrieving revision 1.2
diff -u -p -r1.2 wininet_Cs.rc
--- dlls/wininet/wininet_Cs.rc	24 Aug 2004 18:33:02 -0000	1.2
+++ dlls/wininet/wininet_Cs.rc	8 Feb 2006 16:38:23 -0000
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * Czech resources for wininet
  * Copyright 2003 Mike McCormack for CodeWeavers
  * Copyright 2004 David Kredba
@@ -20,21 +21,23 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 IDD_PROXYDLG DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 250, 154
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION "Zadání sí»ového hesla"
+CAPTION "Zadání síťového hesla"
 FONT 8, "MS Shell Dlg"
 {
- LTEXT "Prosím zadejte své uľiv. jméno a heslo:", -1, 40, 6, 150, 15
+ LTEXT "Prosím zadejte své uživ. jméno a heslo:", -1, 40, 6, 150, 15
  LTEXT "Proxy", -1, 40, 26, 50, 10
  LTEXT "Plné jméno", -1, 40, 46, 50, 10
- LTEXT "Uľivatel", -1, 40, 66, 50, 10
+ LTEXT "Uživatel", -1, 40, 66, 50, 10
  LTEXT "Heslo", -1, 40, 86, 50, 10
  LTEXT "" IDC_PROXY, 80, 26, 150, 14, 0
  LTEXT "" IDC_REALM, 80, 46, 150, 14, 0
  EDITTEXT IDC_USERNAME, 80, 66, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
  EDITTEXT IDC_PASSWORD, 80, 86, 150, 14, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP | ES_PASSWORD
- CHECKBOX "&Uloľit toto heslo (nebezpečné) ?", IDC_SAVEPASSWORD,
+ CHECKBOX "&Uložit toto heslo (nebezpečné) ?", IDC_SAVEPASSWORD,
            80, 106, 150, 12, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
  PUSHBUTTON "OK", IDOK, 98, 126, 56, 14, WS_GROUP | WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Storno", IDCANCEL, 158, 126, 56, 14, WS_GROUP | WS_TABSTOP



More information about the wine-patches mailing list