Petr Tesarik : clock: Czech language resources encoding fix.

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


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

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

clock: Czech language resources encoding fix.

---

 programs/clock/Cs.rc |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/programs/clock/Cs.rc b/programs/clock/Cs.rc
index 4224ce4..c1c1e6c 100644
--- a/programs/clock/Cs.rc
+++ b/programs/clock/Cs.rc
@@ -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-cvs mailing list