Changeset 873


Ignore:
Timestamp:
03/06/10 09:44:11 (3 years ago)
Author:
jeroen
Message:

small fix in sharing button

Location:
plugins/sharing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/sharing/com/jeroenwijering/plugins/Sharing.as

    r782 r873  
    120120                        view.getPlugin('dock').addButton(new ShareIcon(),'share',shareHandler); 
    121121                } else if (view.getPlugin('controlbar')) { 
    122                         view.getPlugin('controlbar').addButton(new ShareButton(),'embed',shareHandler); 
     122                        view.getPlugin('controlbar').addButton(new ShareButton(),'share',shareHandler); 
    123123                } 
    124124                shareScreen = new Sprite(); 
Note: See TracChangeset for help on using the changeset viewer.