- change phone icon to headset
git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2129 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
parent
8607f51ba8
commit
64bcf7542d
@ -22,8 +22,8 @@ package org.bigbluebutton.modules.phone.views.assets
|
||||
[Bindable]
|
||||
public class Images
|
||||
{
|
||||
[Embed(source="images/phone_sound.png")]
|
||||
public var phone_sound_icon:Class;
|
||||
[Embed(source="images/headset.png")]
|
||||
public var headset_icon:Class;
|
||||
|
||||
}
|
||||
}
|
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
@ -37,7 +37,7 @@
|
||||
private var images:Images = new Images();
|
||||
private var localDispatcher:IEventDispatcher;
|
||||
|
||||
[Bindable] public var phoneIcon:Class = images.phone_sound_icon;
|
||||
[Bindable] public var phoneIcon:Class = images.headset_icon;
|
||||
|
||||
private function startPhone():void {
|
||||
localDispatcher.dispatchEvent(new JoinVoiceConferenceEvent());
|
||||
|
Loading…
Reference in New Issue
Block a user