Petr Tesarik : hhctrl.ocx: Czech language resources encoding fix.
Module: wine Branch: refs/heads/master Commit: 89a803215a3872cfd6c8b2b18554003d9aed6219 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=89a803215a3872cfd6c8b2b1... Author: Petr Tesarik <hat(a)tesarici.cz> Date: Mon Feb 13 13:27:29 2006 +0100 hhctrl.ocx: Czech language resources encoding fix. --- dlls/hhctrl.ocx/Cs.rc | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/dlls/hhctrl.ocx/Cs.rc b/dlls/hhctrl.ocx/Cs.rc index 580a802..6024063 100644 --- a/dlls/hhctrl.ocx/Cs.rc +++ b/dlls/hhctrl.ocx/Cs.rc @@ -1,4 +1,5 @@ -/* +/* Hey, Emacs, open this file with -*- coding: cp1250 -*- + * * HTML Help resources * Czech Language Support * @@ -22,6 +23,8 @@ LANGUAGE LANG_CZECH, SUBLANG_DEFAULT +/* Czech strings in CP1250 */ + STRINGTABLE BEGIN IDS_CONTENTS "&Obsah"
participants (1)
-
Alexandre Julliard