Paul Vriens : user32: Fix a typo.

Alexandre Julliard julliard at winehq.org
Mon Sep 20 12:12:17 CDT 2010


Module: wine
Branch: master
Commit: 92643eb0204db4006f454b7859dc2665677e4cf6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=92643eb0204db4006f454b7859dc2665677e4cf6

Author: Paul Vriens <Paul.Vriens.Wine at gmail.com>
Date:   Sat Sep 18 20:30:20 2010 +0200

user32: Fix a typo.

---

 dlls/user32/resources/user32_It.rc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/user32/resources/user32_It.rc b/dlls/user32/resources/user32_It.rc
index e8a5f4f..835361b 100644
--- a/dlls/user32/resources/user32_It.rc
+++ b/dlls/user32/resources/user32_It.rc
@@ -20,7 +20,7 @@
 #include "resources.h"
 
 /* UTF-8 */
-#pragma codepage(65001)
+#pragma code_page(65001)
 
 LANGUAGE LANG_ITALIAN, SUBLANG_NEUTRAL
 




More information about the wine-cvs mailing list