Changeset 12004
- Timestamp:
- 07/25/10 22:39:01 (19 months ago)
- Location:
- trunk/Padre
- Files:
-
- 3 added
- 1 deleted
- 2 edited
-
Changes (modified) (1 diff)
-
lib/Padre/Wx/Dialog/WhereFrom.pm (deleted)
-
lib/Padre/Wx/Dialog/WhereFrom2.pm (added)
-
lib/Padre/Wx/FBP (added)
-
lib/Padre/Wx/FBP/WhereFrom.pm (added)
-
lib/Padre/Wx/Nth.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/Changes
r12001 r12004 73 73 - The New Installation Survey now only appears on the third time that 74 74 Padre starts, so it doesn't confuse people with locale issues (ADAMK) 75 - Split Padre::Wx::Dialog::WhereFrom into main and FBP classes to try 76 out the designer-based approach experimentally (ADAMK) 75 77 76 78 0.66 2010.07.01 -
trunk/Padre/lib/Padre/Wx/Nth.pm
r12001 r12004 29 29 30 30 if ( $nth > 2 and not $config->feedback_done ) { 31 require Padre::Wx::Dialog::WhereFrom; 32 Padre::Wx::Dialog::WhereFrom->new($main); 31 $DB::single = 1; 32 require Padre::Wx::Dialog::WhereFrom2; 33 my $dialog = Padre::Wx::Dialog::WhereFrom2->new($main); 34 $dialog->run; 35 $dialog->Destroy; 33 36 return 1; 34 37 }
Note: See TracChangeset
for help on using the changeset viewer.
