Made small change to BigBlueButton client to test build script -- it workedvi ./src/org/bigbluebutton/main/view/components/MainToolbar.mxml

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@1540 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Fred Dixon 2009-06-03 01:47:06 +00:00
parent cba76a4644
commit 16d5f66405

View File

@ -7,7 +7,7 @@
import org.bigbluebutton.main.view.MainApplicationShellMediator;
public function loggedIn(name:String, room:String, role:String):void{
loggedInUserLbl.text = "You are logged in as " + name + " to " + room + " as " + role + ".";
loggedInUserLbl.text = "You are logged in as " + name + " to " + room + " as role " + role + ".";
this.visible = true;
}