Changeset 12450


Ignore:
Timestamp:
09/09/10 05:09:10 (17 months ago)
Author:
adamk
Message:

You forgot to load the roles you used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Dialog/KeyBindings.pm

    r12445 r12450  
    44use strict; 
    55use warnings; 
    6 use Padre::Constant       (); 
    7 use Padre::Config         (); 
    8 use Padre::Util           ('_T'); 
    9 use Padre::Wx             (); 
    10 use Padre::Wx::Role::Main (); 
     6use Padre::Constant         (); 
     7use Padre::Config           (); 
     8use Padre::Util             ('_T'); 
     9use Padre::Wx               (); 
     10use Padre::Wx::Role::Main   (); 
     11use Padre::Wx::Role::Dialog (); 
    1112 
    1213our $VERSION = '0.70'; 
     
    1617    Wx::Dialog 
    1718}; 
    18  
    1919 
    2020sub new { 
Note: See TracChangeset for help on using the changeset viewer.