Changeset 827
- Timestamp:
- 11/08/08 15:27:46 (3 years ago)
- File:
-
- 1 edited
-
trunk/lib/Padre/Pod/Frame.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Padre/Pod/Frame.pm
r826 r827 46 46 $but_s->Add( $forward ); 47 47 48 # TODO: remove magic values and just add the Choice box after the buttons49 48 # TODO: update list when a file is opened 50 $choice = Wx::Choice->new( 51 $panel, 52 -1, 53 [ 175, 5 ], 54 [ -1, 32 ], 55 [ 56 Padre::DB->get_recent_pod 57 ] 58 ); 49 $choice = Wx::Choice->new( $panel, wxID_ANY, [ 0, 0 ], Wx::wxDefaultSize, scalar(Padre::DB->get_recent_pod), [ Padre::DB->get_recent_pod ] ); 50 $but_s->Add($choice); 59 51 EVT_CHOICE( $panel, $choice, \&on_selection ); 60 52
Note: See TracChangeset
for help on using the changeset viewer.
