[open-ils-commits] r9481 -
trunk/Open-ILS/xul/staff_client/defaults/preferences
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Apr 29 10:28:25 EDT 2008
Author: dbs
Date: 2008-04-29 09:48:20 -0400 (Tue, 29 Apr 2008)
New Revision: 9481
Modified:
trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
Log:
Try giving our application a default locale
Modified: trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js 2008-04-29 02:37:25 UTC (rev 9480)
+++ trunk/Open-ILS/xul/staff_client/defaults/preferences/prefs.js 2008-04-29 13:48:20 UTC (rev 9481)
@@ -12,6 +12,9 @@
pref("open-ils.repository.date","$Date$");
pref("open-ils.repository.id","$Id$");
+// We'll set a default locale
+pref("general.useragent.locale", "en-US");
+
// We need something like this to get window.open to work in some places (where it complains about
// navigator.xul not being registered. But is about:blank the best value to use here?
pref("browser.chromeURL","about:blank");
More information about the open-ils-commits
mailing list