Changeset 4592 for extensions/pLoader
- Timestamp:
- Dec 31, 2009, 1:41:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/pLoader/trunk/res/reupload_wdr.pl
r4467 r4592 36 36 $item0->AddWindow( $item1, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); 37 37 38 my( $item2 ) = Wx::RadioBox->new( $parent, $main::ID_REUPLOAD_ACTION_FILES, "Thumbnail, web size, high definition files", wxDefaultPosition, [ 450,-1],38 my( $item2 ) = Wx::RadioBox->new( $parent, $main::ID_REUPLOAD_ACTION_FILES, "Thumbnail, web size, high definition files", wxDefaultPosition, [600,-1], 39 39 ["nothing","replace"] , 1, wxRA_SPECIFY_COLS ); 40 40 $item0->AddWindow( $item2, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); 41 41 42 my( $item3 ) = Wx::RadioBox->new( $parent, $main::ID_REUPLOAD_ACTION_PROPERTIES, "Title, description, author, created date )", wxDefaultPosition, [ 450,-1],42 my( $item3 ) = Wx::RadioBox->new( $parent, $main::ID_REUPLOAD_ACTION_PROPERTIES, "Title, description, author, created date )", wxDefaultPosition, [600,-1], 43 43 ["nothing","append ( keep existing and set if not defined in Piwigo )","replace"] , 1, wxRA_SPECIFY_COLS ); 44 44 $item0->AddWindow( $item3, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 ); 45 45 46 my( $item4 ) = Wx::RadioBox->new( $parent, $main::ID_REUPLOAD_ACTION_PROPERTIES_M, "Categories, tags", wxDefaultPosition, [ 450,-1],46 my( $item4 ) = Wx::RadioBox->new( $parent, $main::ID_REUPLOAD_ACTION_PROPERTIES_M, "Categories, tags", wxDefaultPosition, [600,-1], 47 47 ["nothing","append ( keep existing and add new )","replace"] , 1, wxRA_SPECIFY_COLS ); 48 48 $item0->AddWindow( $item4, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );
Note: See TracChangeset
for help on using the changeset viewer.