[RESENT] winemine: Czech language resources encoding fix

Petr Tesarik hat at tesarici.cz
Mon Feb 13 04:52:41 CST 2006


Hi,

this patch fixes the encoding of Czech resources for winemine.

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: programs/winemine/Cs.rc
===================================================================
RCS file: /home/wine/wine/programs/winemine/Cs.rc,v
retrieving revision 1.1
diff -u -p -r1.1 Cs.rc
--- programs/winemine/Cs.rc	25 Oct 2004 21:54:56 -0000	1.1
+++ programs/winemine/Cs.rc	8 Feb 2006 16:38:25 -0000
@@ -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-patches mailing list