git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@47 af16638f-c34d-0410-8cfa-b39d5352b314

This commit is contained in:
shayannegari 2008-06-20 18:39:33 +00:00
parent 01c2b2a40d
commit e7311e7156

View File

@ -10,5 +10,5 @@
<mx:Button id="webcamBtn" label="Open Webcam" visible="true" height="20" toolTip="Click to open webcam"/> <mx:Button id="webcamBtn" label="Open Webcam" visible="true" height="20" toolTip="Click to open webcam"/>
<!--<mx:Button id="LogBtn" label="Log" visible="true" toolTip="Log Window"/>--> <!--<mx:Button id="LogBtn" label="Log" visible="true" toolTip="Log Window"/>-->
<mx:Spacer width="100%"/> <mx:Spacer width="100%"/>
<mx:Button label="Logout" id="btnLogout" right="10"/> <mx:Button label="Logout" id="btnLogout" toolTip="Log out" right="10"/>
</mx:ApplicationControlBar> </mx:ApplicationControlBar>