Petr Tesarik : winemine: Czech language resources encoding fix.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 13 07:05:03 CST 2006


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

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

winemine: Czech language resources encoding fix.

---

 programs/winemine/Cs.rc |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/programs/winemine/Cs.rc b/programs/winemine/Cs.rc
index fc3cd43..97c03c6 100644
--- a/programs/winemine/Cs.rc
+++ b/programs/winemine/Cs.rc
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * WineMine
  * Czech Language Support
  *
@@ -23,6 +24,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 STRINGTABLE {
      IDS_APPNAME, "WineMine"
      IDS_NOBODY,  "Nikdo"
@@ -43,7 +46,7 @@ MENU_WINEMINE MENU DISCARDABLE
         MENUITEM "&Konec\tAlt+K",   IDM_EXIT
     }
     POPUP "&Informace" {
-        MENUITEM "Ne&jlep¹í èasy",    IDM_TIMES
+        MENUITEM "Ne&jlepší èasy",    IDM_TIMES
         MENUITEM "&O aplikaci",         IDM_ABOUT
     }
 }
@@ -51,9 +54,9 @@ MENU_WINEMINE MENU DISCARDABLE
 DLG_TIMES DIALOG DISCARDABLE 0, 0, 160, 80
 STYLE  DS_MODALFRAME | DS_3DLOOK |
     WS_VISIBLE | WS_CAPTION | WS_SYSMENU | WS_POPUP
-CAPTION "Nejlep¹í èasy"
+CAPTION "Nejlepší èasy"
 {
-    GROUPBOX        "Nejlep¹í èasy", IDIGNORE,  10,  10, 140,  45
+    GROUPBOX        "Nejlepší èasy", IDIGNORE,  10,  10, 140,  45
     LTEXT           "Zaèáteèník",      IDIGNORE,  20,  20,  40,   8
     LTEXT           "Pokroèilý",      IDIGNORE,  20,  30,  40,   8
     LTEXT           "Expert",        IDIGNORE,  20,  40,  40,   8




More information about the wine-cvs mailing list