Changeset 4751


Ignore:
Timestamp:
Jan 26, 2010, 8:28:05 AM (14 years ago)
Author:
ronosman
Message:

Photo exif properties dialog : add i18n for caption, remove headers.

File:
1 edited

Legend:

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

    r4718 r4751  
    1111 
    1212             wxSTAY_ON_TOP
     13             wxLC_NO_HEADER
    1314         /;
    1415use Wx::Locale qw/:default/;
     
    3435        undef,
    3536        -1,
    36         gettext("Exif properties"),
     37        $params->{caption},
    3738        wxDefaultPosition,
    3839        wxDefaultSize,
    3940        wxDEFAULT_DIALOG_STYLE|
    40 
    4141        wxMAXIMIZE_BOX|
    4242        wxMINIMIZE_BOX|
    43 
    4443        wxSTAY_ON_TOP
    4544
     
    5453        $self->FindWindow($main::IMG_PROP_EXIF_LIST)
    5554    );
     55
     56    $self->list->SetSingleStyle(wxLC_NO_HEADER);
    5657
    5758    $self->{img_exif_prop_close} = $self->FindWindow($main::IMG_PROP_EXIF_CLOSE);
Note: See TracChangeset for help on using the changeset viewer.