[RESENT] uninstaller: Czech language resources encoding fix

Petr Tesarik hat at tesarici.cz
Mon Feb 13 04:48:54 CST 2006


Hi,

this patch fixes the encoding of Czech resources for uninstaller.

ChangeLog:

* Add a comment with the name of the correct encoding.
* Fix a typo.

Index: programs/uninstaller/Cs.rc
===================================================================
RCS file: /home/wine/wine/programs/uninstaller/Cs.rc,v
retrieving revision 1.1
diff -u -p -r1.1 Cs.rc
--- programs/uninstaller/Cs.rc	11 Mar 2005 13:16:35 -0000	1.1
+++ programs/uninstaller/Cs.rc	8 Feb 2006 16:38:24 -0000
@@ -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-patches mailing list