Petr Tesarik : uninstaller: Czech language resources encoding fix.

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


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

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

uninstaller: Czech language resources encoding fix.

---

 programs/uninstaller/Cs.rc |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/programs/uninstaller/Cs.rc b/programs/uninstaller/Cs.rc
index 74b4502..816a7f8 100644
--- a/programs/uninstaller/Cs.rc
+++ b/programs/uninstaller/Cs.rc
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * Uninstaller (Czech Resources)
  *
  *
@@ -19,7 +20,9 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_NEUTRAL
 
+/* Czech strings in CP1250 */
+
 
 STRINGTABLE DISCARDABLE {
-     IDS_APPNAME, "Deinstaltor"
+     IDS_APPNAME, "Deinstalátor"
 }




More information about the wine-cvs mailing list