Add tooltip for Issue 221

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2726 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
John Hengstler 2009-10-27 23:09:04 +00:00
parent cf124f873f
commit cc7fe5bf21

View File

@ -22,7 +22,8 @@
<mx:Button xmlns:mx="http://www.adobe.com/2006/mxml"
icon="{phoneIcon}" click="startPhone()"
xmlns:mate="http://mate.asfusion.com/">
xmlns:mate="http://mate.asfusion.com/"
toolTip="Start My Microphone">
<mate:Listener type="{CallConnectedEvent.CALL_CONNECTED_EVENT}" method="handleCallConnectedEvent"/>
<mate:Listener type="{CallDisconnectedEvent.CALL_DISCONNECTED_EVENT}" method="handleCallDisconnectedEvent"/>