[jsword-svn] r1738 - trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Mon Jan 14 19:56:56 MST 2008


Author: dmsmith
Date: 2008-01-14 19:56:55 -0700 (Mon, 14 Jan 2008)
New Revision: 1738

Modified:
   trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Translations.java
Log:
Change to allow people in other locales for which there is a BibleDesktop translation to choose English. It was forcing the user to their locale.

Modified: trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Translations.java
===================================================================
--- trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Translations.java	2008-01-15 02:27:59 UTC (rev 1737)
+++ trunk/bibledesktop/src/main/java/org/crosswire/bibledesktop/desktop/Translations.java	2008-01-15 02:56:55 UTC (rev 1738)
@@ -160,10 +160,7 @@
      */
     public void setLocale()
     {
-        if (!translation.equals(Translations.DEFAULT_TRANSLATION))
-        {
-            Locale.setDefault(getCurrentLocale());
-        }
+        Locale.setDefault(getCurrentLocale());
     }
 
     /**




More information about the jsword-svn mailing list