Changes between Version 57 and Version 58 of PadrePluginCookbookRecipie05
- Timestamp:
- 11/25/12 22:14:56 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PadrePluginCookbookRecipie05
v57 v58 359 359 360 360 my $share = $self->plugin_directory_share or return; 361 my $file = File::Spec->catfile( $share, 'icons', ' 32x32', 'git.png' );361 my $file = File::Spec->catfile( $share, 'icons', '64x64', 'git.png' ); 362 362 return unless -f $file; 363 363 return unless -r $file; … … 373 373 $info->AddDeveloper('Kaare Rasmussen, <kaare@cpan.org>'); 374 374 $info->AddDeveloper('Kevin Dawson <bowtie@cpan.org>'); 375 375 $info->SetArtists( [ 'Scott Chacon <https://github.com/github/gitscm-next>', 376 'Licence <http://creativecommons.org/licenses/by/3.0/>' ] ); 376 377 Wx::AboutBox($info); 377 378 return;
