Petr Tesarik : view: Czech language resources encoding fix.

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


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

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

view: Czech language resources encoding fix.

---

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

diff --git a/programs/view/Cs.rc b/programs/view/Cs.rc
index 54f9520..aaa5740 100644
--- a/programs/view/Cs.rc
+++ b/programs/view/Cs.rc
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * View
  * Czech Language Support
  *
@@ -23,6 +24,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 /*
  *
  * Menu
@@ -73,5 +76,5 @@ END
 STRINGTABLE DISCARDABLE
 BEGIN
     IDS_APPNAME             "View"
-    IDS_DESCRIPTION         "Obyèejný prohlí¾eè metasouborù"
+    IDS_DESCRIPTION         "Obyèejný prohlížeè metasouborù"
 END




More information about the wine-cvs mailing list