Changeset 377


Ignore:
Timestamp:
09/22/08 14:27:44 (3 years ago)
Author:
szabgab
Message:

stop loading the English module. It was not even used...

Location:
trunk/lib/Padre/Wx
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Padre/Wx/FindDialog.pm

    r375 r377  
    77# Find and Replace widget of Padre 
    88 
    9 use English        qw(-no_match_vars); 
    109use Wx             qw(:everything); 
    1110use Wx::Event      qw(:everything); 
  • trunk/lib/Padre/Wx/MainWindow.pm

    r375 r377  
    77use Carp           (); 
    88use Data::Dumper   (); 
    9 use English        qw(-no_match_vars); 
    109use File::Spec     (); 
    1110use File::Slurp    (); 
Note: See TracChangeset for help on using the changeset viewer.