Petr Tesarik : msrle32: Czech language resources encoding fix.

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


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

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

msrle32: Czech language resources encoding fix.

---

 dlls/msrle32/msrle_Cs.rc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/dlls/msrle32/msrle_Cs.rc b/dlls/msrle32/msrle_Cs.rc
index 4f4bafc..fd4da1e 100644
--- a/dlls/msrle32/msrle_Cs.rc
+++ b/dlls/msrle32/msrle_Cs.rc
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * Czech resource file for MS-RLE
  *
  * Copyright 2002 Michael Günnewig
@@ -21,6 +22,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 STRINGTABLE DISCARDABLE
 {
 	IDS_NAME	"WINE-MS-RLE"




More information about the wine-cvs mailing list