Petr Tesarik : user32: Czech language resources encoding fix.

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


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

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

user32: Czech language resources encoding fix.

---

 dlls/user/resources/user32_Cs.rc |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/dlls/user/resources/user32_Cs.rc b/dlls/user/resources/user32_Cs.rc
index aa09b63..c5082b7 100644
--- a/dlls/user/resources/user32_Cs.rc
+++ b/dlls/user/resources/user32_Cs.rc
@@ -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-cvs mailing list