From f8f707d71507298df0d9b2c27b146b90b67aa123 Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 6 Feb 2006 20:55:04 +0000 Subject: [PATCH] better. the window title here is more an id and independent of the real window title git-svn-id: svn://svn.open-ils.org/ILS/trunk@2987 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/main/data.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/main/data.xul b/Open-ILS/xul/staff_client/server/main/data.xul index bf958f67e8..b0d36ecaca 100644 --- a/Open-ILS/xul/staff_client/server/main/data.xul +++ b/Open-ILS/xul/staff_client/server/main/data.xul @@ -64,7 +64,7 @@ + '?session='+window.escape(xulG.auth.session.key) + '&authtime='+window.escape(xulG.auth.session.authtime) + '&server='+window.escape(xulG.url), - 'test'+xulG.window.appshell_name_increment(),'chrome,resizable' + 'main'+xulG.window.window_name_increment(),'chrome,resizable' ); } -- 2.43.2