[open-ils-commits] r14840 - branches/rel_1_4_0/Open-ILS/xul/staff_client/server/OpenILS (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Nov 8 21:28:24 EST 2009


Author: dbs
Date: 2009-11-08 21:28:23 -0500 (Sun, 08 Nov 2009)
New Revision: 14840

Modified:
   branches/rel_1_4_0/Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul
Log:
Fix Launchpad bug 458321 ("authStrings missing when Change Operator fails") 


Modified: branches/rel_1_4_0/Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul
===================================================================
--- branches/rel_1_4_0/Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul	2009-11-09 02:27:59 UTC (rev 14839)
+++ branches/rel_1_4_0/Open-ILS/xul/staff_client/server/OpenILS/util_overlay.xul	2009-11-09 02:28:23 UTC (rev 14840)
@@ -28,6 +28,7 @@
         </menupopup>
 		<messagecatalog id="commonStrings" src='/xul/server/locale/<!--#echo var="locale"-->/common.properties'/>
 		<messagecatalog id="offlineStrings" src='/xul/server/locale/<!--#echo var="locale"-->/offline.properties'/>
+		<messagecatalog id="authStrings" src='/xul/server/locale/<!--#echo var="locale"-->/auth.properties'/>
 		<script>dump('finished openils_util_overlay\n');</script>
 	</scripts>
 



More information about the open-ils-commits mailing list