Ignore:
Timestamp:
May 7, 2010, 6:37:05 PM (14 years ago)
Author:
ronosman
Message:

Feature 1650 added : ability to create square thumbnails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/Frame.pm

    r6088 r6094  
    369369            $main::GS_HD => { label => gettext("High definition") },
    370370            $main::GS_CLOSE => { label => gettext("Close")},
     371            $main::GS_THUMBNAIL_SHAPE => {
     372                selection => sub { $self->imagelist->thumbnail_shape_square(@_) },
     373                choices =>
     374                [
     375                    map { gettext $_ } ( "Rectangular", "Square" )
     376                ],
     377            },
    371378            $main::GS_DEFAULT_PHOTO_CAPTION => {
    372379                string_selection => sub { $self->imagelist->default_caption_pattern(@_) },
Note: See TracChangeset for help on using the changeset viewer.