Petr Tesarik : winefile: Czech language resources encoding fix.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 13 07:05:00 CST 2006


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

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

winefile: Czech language resources encoding fix.

---

 programs/winefile/Cs.rc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/programs/winefile/Cs.rc b/programs/winefile/Cs.rc
index ba95f76..e3eed75 100644
--- a/programs/winefile/Cs.rc
+++ b/programs/winefile/Cs.rc
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * WineFile
  * Czech Language Support
  *
@@ -24,6 +25,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 /* Menu */
 
 IDM_WINEFILE MENU FIXED IMPURE




More information about the wine-cvs mailing list