Ignore:
Timestamp:
Jan 4, 2010, 2:17:11 PM (14 years ago)
Author:
ronosman
Message:

Bug 1355 fixed : missing properties for thumbnail in Global Settings panel.

File:
1 edited

Legend:

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

    r4589 r4616  
    393393            $main::CPANE_HD_ADVANCED => { label => gettext("Advanced") },
    394394            $main::CPANE_TRANSFERT_ADVANCED => { label => gettext("Advanced") },
     395            sb_thumbnail => { staticbox_label => gettext("Thumbnail") },
    395396            sb_photo_properties => { staticbox_label => gettext("Photo properties") },
    396397            sb_web_sized_photo => { staticbox_label => gettext("Web sized") },
     
    421422            $main::DEFAULT_AUTHOR => { label => gettext("Default author")},
    422423            $main::GS_DEFAULT_AUTHOR => { value => sub { $self->imagelist->author(@_) } },
     424            $main::THUMBNAIL_SIZE => { label => gettext("Site thumbnail size") },
     425            $main::GS_THUMBNAIL_SIZE => {
     426                value => sub { $self->imagelist->thumb_size(@_) },
     427                validator => Wx::Perl::TextValidator->new( '\d' )
     428            },
     429            $main::THUMBNAIL_JPEG_QUALITY => { label => gettext("Site thumbnail jpeg quality") },
     430            $main::GS_THUMBNAIL_JPEG_QUALITY => {
     431                value => sub { $self->imagelist->th_quality(@_) },
     432                validator => Wx::Perl::TextValidator->new( '\d' )
     433            },
    423434            $main::GS_CREATE_RESIZED => {
    424435                selection => sub { $self->imagelist->create_resized(@_) },
Note: See TracChangeset for help on using the changeset viewer.