Changeset 5637
- Timestamp:
- 06/26/09 21:30:48 (3 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Wx/Icon.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Icon.pm
r5636 r5637 100 100 } 101 101 102 # Some things like Wx::AboutDialogInfo want a _real_ Wx::Icon 103 sub cast_to_icon{ 104 my $icon = Wx::Icon->new; 105 $icon->CopyFromBitmap( shift ); 106 return $icon; 107 } 108 102 109 1; 103 110
Note: See TracChangeset
for help on using the changeset viewer.
