Index: lams_central/web/lams_authoring.swf =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/lams_authoring.swf,v diff -u -r1.489 -r1.490 Binary files differ Index: lams_central/web/lams_authoring_library.swf =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/lams_authoring_library.swf,v diff -u -r1.389 -r1.390 Binary files differ Index: lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/GateConditionMatchingDialog.as =================================================================== RCS file: /usr/local/cvsroot/lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/GateConditionMatchingDialog.as,v diff -u -r1.1 -r1.2 --- lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/GateConditionMatchingDialog.as 29 Oct 2008 04:16:19 -0000 1.1 +++ lams_flash/src/central/flash/org/lamsfoundation/lams/authoring/GateConditionMatchingDialog.as 30 Oct 2008 23:39:59 -0000 1.2 @@ -106,7 +106,7 @@ var gateStates:Array = new Array(); var openState:ObjState = new ObjState(Dictionary.getValue("gate_open"), "open"); - var closedState:ObjState = new ObjState(Dictionary.getValue("gate_closed"), "closed"); + var closedState:ObjState = new ObjState(Dictionary.getValue("gate_closed")+" ("+Dictionary.getValue('pi_defaultBranch_cb_lbl')+")", "closed"); gateStates.push(openState); gateStates.push(closedState);