Francois Gouget : clock: Use SUBLANG_NEUTRAL for Romanian.

Alexandre Julliard julliard at winehq.org
Fri Jun 26 09:47:17 CDT 2009


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Jun 26 11:56:12 2009 +0200

clock: Use SUBLANG_NEUTRAL for Romanian.

---

 programs/clock/Ro.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/clock/Ro.rc b/programs/clock/Ro.rc
index c1d58ff..a702328 100644
--- a/programs/clock/Ro.rc
+++ b/programs/clock/Ro.rc
@@ -22,7 +22,7 @@
 
 #pragma code_page(65001)
 
-LANGUAGE LANG_ROMANIAN, SUBLANG_DEFAULT
+LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
 
 MAIN_MENU MENU
 {
@@ -51,7 +51,7 @@ STRINGTABLE DISCARDABLE
 IDS_CLOCK, "Ceas"
 }
 
-STRINGTABLE DISCARDABLE LANGUAGE LANG_ROMANIAN, SUBLANG_DEFAULT
+STRINGTABLE DISCARDABLE LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
 {
 IDS_LICENSE_CAPTION,            "LICENȚĂ"
 IDS_LICENSE,




More information about the wine-cvs mailing list