Changeset 5638


Ignore:
Timestamp:
06/26/09 21:32:42 (3 years ago)
Author:
submersible_toaster
Message:

wrap found icon (which is really a bitmap) in cast_to_icon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Swarm/lib/Padre/Plugin/Swarm.pm

    r5602 r5638  
    103103END_MESSAGE 
    104104    $about->SetIcon(  
    105         Padre::Wx::Icon::find( 'status/padre-plugin-swarm', 
     105        Padre::Wx::Icon::cast_to_icon( 
     106          Padre::Wx::Icon::find( 'status/padre-plugin-swarm', 
    106107            {size => '128x128', icons=>$self->plugin_icons_directory }  
    107         )  
     108          )  
     109        ) 
    108110    ); 
    109111    # Show the About dialog 
Note: See TracChangeset for help on using the changeset viewer.