[gnome-boxes] win7, express: Set UILanguage according to user's locale



commit 4b7ea4d1e0c53d623f3ddc4f08c9115a193bf0ec
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Oct 12 19:28:03 2012 +0300

    win7,express: Set UILanguage according to user's locale
    
    We have been hardcoding 'UILanguage' value to make express installation
    work for the case of user with a non-US locale using US install media.
    This however is a less likely scenerio (and therefore lower priority)
    than the case of user with non-US locale using install media of the same
    non-US locale. This patch fixes express installation for the latter case
    at the cost of breaking it for the former.
    
    Thanks to Christophe Fergeau for testing and finding this out.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685826

 data/win7.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/win7.xml b/data/win7.xml
index 2ed9dbf..27a9bd2 100644
--- a/data/win7.xml
+++ b/data/win7.xml
@@ -58,7 +58,7 @@
 	<UILanguage>BOXES_LANG</UILanguage>
       </SetupUILanguage>
       <SystemLocale>BOXES_LANG</SystemLocale>
-      <UILanguage>EN-US</UILanguage>
+      <UILanguage>BOXES_LANG</UILanguage>
       <UserLocale>BOXES_LANG</UserLocale>
     </component>
   </settings>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]