Module: wine Branch: refs/heads/master Commit: 42a1c74e17dc0f2de65e89514f8da4bb2d1c67de URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=42a1c74e17dc0f2de65e8951...
Author: Petr Tesarik hat@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