Author: jleroux
Date: Sun Oct 18 11:29:25 2009
New Revision: 826410

URL: http://svn.apache.org/viewvc?rev=826410&view=rev
Log:
Fix a typo

Modified:
    ofbiz/trunk/framework/guiapp/src/org/ofbiz/guiapp/xui/XuiContainer.java

Modified: 
ofbiz/trunk/framework/guiapp/src/org/ofbiz/guiapp/xui/XuiContainer.java
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/framework/guiapp/src/org/ofbiz/guiapp/xui/XuiContainer.java?rev=826410&r1=826409&r2=826410&view=diff
==============================================================================
--- ofbiz/trunk/framework/guiapp/src/org/ofbiz/guiapp/xui/XuiContainer.java 
(original)
+++ ofbiz/trunk/framework/guiapp/src/org/ofbiz/guiapp/xui/XuiContainer.java Sun 
Oct 18 11:29:25 2009
@@ -156,7 +156,7 @@
             if (language.compareTo("XuiLabels" + suffix) != 0) {
                 UtilProperties.setPropertyValue(startupProperties, "Language", 
"XuiLabels" + suffix);
             }
-            if (suffix.equals("zh")) { // TODO maybe needed for other 
languages using non Latin alphabet http://en.wikipedia.org/wiki/Alphabet#Types
+            if (suffix.equals("_zh")) { // TODO maybe needed for other 
languages using non Latin alphabet http://en.wikipedia.org/wiki/Alphabet#Types
                 UtilProperties.setPropertyValue(startupProperties, 
"StyleFile", "posstyles" + suffix + ".xml"); // For the moment only a Chinese 
StyleFile is provided 
             } else {
                 UtilProperties.setPropertyValue(startupProperties, 
"StyleFile", "posstyles.xml"); // Languages using Latin alphabet                
 


Reply via email to