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:
parent
cba76a4644
commit
16d5f66405
@ -7,7 +7,7 @@
|
|||||||
import org.bigbluebutton.main.view.MainApplicationShellMediator;
|
import org.bigbluebutton.main.view.MainApplicationShellMediator;
|
||||||
|
|
||||||
public function loggedIn(name:String, room:String, role:String):void{
|
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;
|
this.visible = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user