Petr Tesarik : msrle32: Czech language resources encoding fix.
Module: wine Branch: refs/heads/master Commit: e429bff8ccee0aa15b5ab0a0855a972bfa1c02da URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=e429bff8ccee0aa15b5ab0a0... Author: Petr Tesarik <hat(a)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"
participants (1)
-
Alexandre Julliard