Petr Tesarik : setupapi: Czech language resources encoding fix.

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


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

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

setupapi: Czech language resources encoding fix.

---

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

diff --git a/dlls/setupapi/Cs.rc b/dlls/setupapi/Cs.rc
index 330eedd..6389f71 100644
--- a/dlls/setupapi/Cs.rc
+++ b/dlls/setupapi/Cs.rc
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * Czech resources for SETUPAPI
  *
  * Copyright 2001 Andreas Mohr
@@ -21,6 +22,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 COPYFILEDLGORD DIALOG LOADONCALL MOVEABLE DISCARDABLE 20, 20, 208, 105
 STYLE DS_MODALFRAME | DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION
 CAPTION "Kopíruji soubory..."




More information about the wine-cvs mailing list