Petr Tesarik : wineps: Czech language resources encoding fix.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 13 07:04:25 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 7beacaf8e936972f53c3a242d1006f8e055fd355
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=7beacaf8e936972f53c3a242d1006f8e055fd355

Author: Petr Tesarik <hat at tesarici.cz>
Date:   Mon Feb 13 13:28:25 2006 +0100

wineps: Czech language resources encoding fix.

---

 dlls/wineps/wps_Cs.rc |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dlls/wineps/wps_Cs.rc b/dlls/wineps/wps_Cs.rc
index 3cc783d..0282848 100644
--- a/dlls/wineps/wps_Cs.rc
+++ b/dlls/wineps/wps_Cs.rc
@@ -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-cvs mailing list