Ignore:
Timestamp:
Jan 23, 2010, 11:59:18 AM (14 years ago)
Author:
ronosman
Message:

Feature 1395 added : new layout for Global settings panel, using a Toolbook.

File:
1 edited

Legend:

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

    r4719 r4727  
    9898          treeimglist
    9999          tree_item_default
    100           topsizer
    101100          pwg
    102101          logwnd
    103102          oldlogwnd
    104103          getting_started
    105           notebook
    106104          categories
    107105          imagelist
     
    110108          image_prop_exif
    111109          image_prop_tags
    112           notebook_image_properties
    113110          global_settings_panel
    114111          piwigo_property_list
     
    383380            $main::CPANE_HD_ADVANCED => { label => gettext("Advanced") },
    384381            $main::CPANE_TRANSFERT_ADVANCED => { label => gettext("Advanced") },
    385             sb_thumbnail => { staticbox_label => gettext("Thumbnail") },
    386             sb_photo_properties => { staticbox_label => gettext("Photo properties") },
    387             sb_web_sized_photo => { staticbox_label => gettext("Web sized") },
    388             sb_high_definition_photo => { staticbox_label => gettext("High definition") },
    389             sb_watermark => { staticbox_label => gettext("Watermark") },
    390             sb_transfert => { staticbox_label => gettext("Transfert") },
     382            $main::GS_THUMBNAIL => { label => gettext("Thumbnail") },
     383            $main::GS_SITE_IMG => { label => gettext("Web sized") },
     384            $main::GS_HD => { label => gettext("High definition") },
    391385            $main::GS_CLOSE => { label => gettext("Close")},
    392386            $main::GS_DEFAULT_PHOTO_CAPTION => {
     
    750744        $self->dlg_piwigo_photo_properties,
    751745        $self->tree,
    752         350
     746        400
    753747    );
    754748
     
    805799                parentwnd       => $self,
    806800                properties      => $self->exif_properties,
    807                 caption         => gettext("Properties"),
     801                caption         => sprintf("%s - EXIF", gettext("Properties")),
    808802            }
    809803        )
     
    817811                caption         => gettext("Global settings"),
    818812                properties      => $self->global_settings,
    819                 frame_callback  => sub { my ($size)=@_; },
    820813            }
    821814        )
     
    12481241    my $dialog = Wx::FileDialog->new
    12491242      ( $self, gettext("Select photos for upload"), $prevfile, $prevdir,
    1250         sprintf("%s (*.jpg)|*.jpg|All(*.*)|*.*", gettext("JPEG files")),
     1243        sprintf("%s (*.JPG)|*.JPG|(*.jpg)|*.jpg|All(*.*)|*.*", gettext("JPEG files")),
    12511244        wxFD_OPEN|wxFD_MULTIPLE );
    12521245
Note: See TracChangeset for help on using the changeset viewer.