Changeset 877


Ignore:
Timestamp:
11/10/08 21:28:25 (3 years ago)
Author:
adamk
Message:

Don't need to catfile yourself when passing to Padre::Wx::tango

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Padre/Wx.pm

    r870 r877  
    5353    ); 
    5454} 
     55 
    5556sub tango { 
    5657    Wx::Bitmap->new( 
    57         sharefile( 'tango', '16x16', $_[0] ), 
     58        sharefile( 'tango', '16x16', @_ ), 
    5859        Wx::wxBITMAP_TYPE_PNG, 
    5960    ); 
Note: See TracChangeset for help on using the changeset viewer.