From: Tay R. C. <rc...@us...> - 2005-07-26 11:36:58
|
Update of /cvsroot/actionstep/actionstep/src/org/actionstep In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1731/actionstep/org/actionstep Modified Files: ASAlertPanel.as Log Message: changed $modal to __modal in - runModal Index: ASAlertPanel.as =================================================================== RCS file: /cvsroot/actionstep/actionstep/src/org/actionstep/ASAlertPanel.as,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** ASAlertPanel.as 26 Jul 2005 10:56:54 -0000 1.15 --- ASAlertPanel.as 26 Jul 2005 11:36:49 -0000 1.16 *************** *** 258,262 **** m_selector = sel; ! m_app.runModalForWindow(this, this, "$modal"); //orderOut(this); } --- 258,262 ---- m_selector = sel; ! m_app.runModalForWindow(this, this, "__modal"); //orderOut(this); } |