Show
Ignore:
Timestamp:
06/19/08 20:05:10 (18 months ago)
Author:
bchoate
Message:

Applied patch for GD graphics library support. Thanks, Ogawa-san. BugId:80127

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/release-40/lib/MT/App/Wizard.pm

    r2579 r2609  
    142142            'Image::Magick' => { 
    143143                link => 'http://www.imagemagick.org/script/perl-magick.php', 
     144                label => 'This module is needed if you would like to be able to create thumbnails of uploaded images.', 
     145            }, 
     146            'GD' => { 
     147                link => 'http://search.cpan.org/dist/GD', 
    144148                label => 'This module is needed if you would like to be able to create thumbnails of uploaded images.', 
    145149            },