[RESENT] user32: Czech language resources encoding fix

Petr Tesarik hat at tesarici.cz
Mon Feb 13 04:42:06 CST 2006


Hi,

this patch fixes the encoding of Czech resources for user32.dll.

ChangeLog:

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

Index: dlls/user/resources/user32_Cs.rc
===================================================================
RCS file: /home/wine/wine/dlls/user/resources/user32_Cs.rc,v
retrieving revision 1.3
diff -u -p -r1.3 user32_Cs.rc
--- dlls/user/resources/user32_Cs.rc	30 Oct 2004 02:11:50 -0000	1.3
+++ dlls/user/resources/user32_Cs.rc	8 Feb 2006 16:38:21 -0000
@@ -1,4 +1,5 @@
-/*
+/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
+ *
  * Copyright 1996 Roman Dolejsi
  *
  * This library is free software; you can redistribute it and/or
@@ -18,6 +19,8 @@
 
 LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
 
+/* Czech strings in CP1250 */
+
 SYSMENU MENU LOADONCALL MOVEABLE DISCARDABLE
 {
  MENUITEM "&Obnov", 61728



More information about the wine-patches mailing list