Changeset 836


Ignore:
Timestamp:
11/09/08 01:35:41 (3 years ago)
Author:
szabgab
Message:

move require Padre::Wx::History::TextDialog? to central autoloader

Location:
trunk/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Padre.pm

    r832 r836  
    432432    Padre::Wx::Dialog::ModuleStart 
    433433    Padre::Wx::Dialog::Preferences 
     434    Padre::Wx::History::TextDialog 
    434435}; 
    435436 
  • trunk/lib/Padre/Wx/MainWindow.pm

    r833 r836  
    486486sub on_run_command { 
    487487    my $main_window = shift; 
    488     require Padre::Wx::History::TextDialog; 
     488 
    489489    my $dialog = Padre::Wx::History::TextDialog->new( 
    490490        $main_window, 
     
    15401540    my $title = $type eq 'Space_to_Tab' ? 'Space to Tab' : 'Tab to Space'; 
    15411541     
    1542     require Padre::Wx::History::TextDialog; 
    15431542    my $dialog = Padre::Wx::History::TextDialog->new( 
    15441543        $self, 'How many spaces for each tab:', $title, $type, 
     
    16111610    } 
    16121611     
    1613     require Padre::Wx::History::TextDialog; 
    16141612    my $dialog = Padre::Wx::History::TextDialog->new( 
    16151613        $self, 'How many leading spaces to delete(1 tab == 4 spaces):', 
Note: See TracChangeset for help on using the changeset viewer.