[RESENT] wps: Czech language resources encoding fix

Petr Tesarik hat at tesarici.cz
Mon Feb 13 04:42:45 CST 2006


Hi,

this patch fixes the encoding of Czech resources for wps.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/wineps/wps_Cs.rc
===================================================================
RCS file: /home/wine/wine/dlls/wineps/wps_Cs.rc,v
retrieving revision 1.2
diff -u -p -r1.2 wps_Cs.rc
--- dlls/wineps/wps_Cs.rc	24 Aug 2004 18:33:02 -0000	1.2
+++ dlls/wineps/wps_Cs.rc	8 Feb 2006 16:38:23 -0000
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * Czech resources for wineps
  * Copyright 2000 Huw D M Davies
  * Copyright 2004 David Kredba
@@ -20,6 +21,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 PAPER DIALOG LOADONCALL MOVEABLE DISCARDABLE 5, 43, 227, 215
 STYLE  WS_POPUP | WS_CAPTION | WS_CLIPSIBLINGS | WS_VISIBLE
 CAPTION "Papír"
@@ -29,9 +32,9 @@ FONT 8, "MS Shell Dlg"
  LISTBOX IDD_PAPERS, 10, 15, 200, 45, LBS_STANDARD | LBS_HASSTRINGS |
 	 WS_TABSTOP
  GROUPBOX "Orientace", -1, 10, 80, 200, 50
- CONTROL "&Na výąku", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
+ CONTROL "&Na výšku", IDD_ORIENT_PORTRAIT, "Button", BS_AUTORADIOBUTTON |
 	WS_TABSTOP, 20, 90, 60, 10
- CONTROL "N&a ąířku", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
+ CONTROL "N&a šířku", IDD_ORIENT_LANDSCAPE, "Button", BS_AUTORADIOBUTTON,
 	 20, 110, 60, 10
  LTEXT "Oboustranně:", IDD_DUPLEX_NAME, 10, 140, 100, 8 
  COMBOBOX IDD_DUPLEX, 10, 151, 200, 20, CBS_DROPDOWNLIST | CBS_HASSTRINGS |



More information about the wine-patches mailing list