- 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:
Richard Alam 2009-08-07 17:42:59 +00:00
parent 8607f51ba8
commit 64bcf7542d
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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());