Petr Tesarik : serialui: Czech language resources encoding fix.

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


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

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

serialui: Czech language resources encoding fix.

---

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

diff --git a/dlls/serialui/Cs.rc b/dlls/serialui/Cs.rc
index 768fd1e..1dbcd90 100644
--- a/dlls/serialui/Cs.rc
+++ b/dlls/serialui/Cs.rc
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * Czech resources for serialui
  * Copyright 2000 Mike McCormack
  * Copyright 2004 David Kredba
@@ -20,6 +21,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 IDD_SERIALUICONFIG DIALOG DISCARDABLE 0, 0, 160, 159
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE
 CAPTION "Vlastnosti "




More information about the wine-cvs mailing list