[RESENT] clock: Czech language resources encoding fix

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


Hi,

this patch fixes the encoding of Czech resources for clock.exe.

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/clock/Cs.rc
===================================================================
RCS file: /home/wine/wine/programs/clock/Cs.rc,v
retrieving revision 1.1
diff -u -p -r1.1 Cs.rc
--- programs/clock/Cs.rc	18 Oct 2004 19:42:43 -0000	1.1
+++ programs/clock/Cs.rc	8 Feb 2006 16:38:24 -0000
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * Clock (Czech resources)
  *
  * Copyright 1998 Marcel Baur
@@ -22,6 +23,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 MAIN_MENU MENU 
 {
  POPUP "&Vlastnosti" {
@@ -35,7 +38,7 @@ MAIN_MENU MENU 
   MENUITEM "&Sekund", IDM_SECONDS
   MENUITEM "&Datum", IDM_DATE
   MENUITEM SEPARATOR
-  MENUITEM "Vľdy n&a vrchu", IDM_ONTOP
+  MENUITEM "Vždy n&a vrchu", IDM_ONTOP
  }
  POPUP "&O aplikaci" {
   MENUITEM "&Licence...", IDM_LICENSE



More information about the wine-patches mailing list