Changeset 4751 for extensions/pLoader/trunk
- Timestamp:
- Jan 26, 2010, 8:28:05 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/pLoader/trunk/src/Uploader/GUI/wxPropertyListDlg.pm
r4718 r4751 11 11 12 12 wxSTAY_ON_TOP 13 wxLC_NO_HEADER 13 14 /; 14 15 use Wx::Locale qw/:default/; … … 34 35 undef, 35 36 -1, 36 gettext("Exif properties"),37 $params->{caption}, 37 38 wxDefaultPosition, 38 39 wxDefaultSize, 39 40 wxDEFAULT_DIALOG_STYLE| 40 41 41 wxMAXIMIZE_BOX| 42 42 wxMINIMIZE_BOX| 43 44 43 wxSTAY_ON_TOP 45 44 … … 54 53 $self->FindWindow($main::IMG_PROP_EXIF_LIST) 55 54 ); 55 56 $self->list->SetSingleStyle(wxLC_NO_HEADER); 56 57 57 58 $self->{img_exif_prop_close} = $self->FindWindow($main::IMG_PROP_EXIF_CLOSE);
Note: See TracChangeset
for help on using the changeset viewer.