Changeset 456


Ignore:
Timestamp:
10/25/08 06:21:58 (3 years ago)
Author:
szabgab
Message:

some more stand-alone compilation fix

Location:
trunk/lib/Padre
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Padre/Document.pm

    r455 r456  
    4040    wxSTC_EOL_LF 
    4141}; 
     42use Wx::STC; 
    4243 
    4344use Padre::Util; 
  • trunk/lib/Padre/Wx/Menu.pm

    r451 r456  
    66use Padre::Util  (); 
    77use Params::Util qw{_INSTANCE}; 
    8 use Wx           qw( wxID_NEW wxID_CLOSE wxID_SAVEAS wxID_EXIT wxID_UNDO wxID_REDO wxID_FIND wxID_HELP wxID_ABOUT ); 
     8use Wx           qw( wxID_NEW wxID_CLOSE wxID_SAVEAS wxID_EXIT wxID_UNDO wxID_REDO  
     9                     wxID_FIND wxID_HELP wxID_ABOUT wxOK wxID_CANCEL wxID_OPEN wxID_SAVE); 
    910use Wx::Event    qw(EVT_MENU); 
    1011 
  • trunk/lib/Padre/Wx/Popup.pm

    r433 r456  
    66#use base 'Wx::PopupTransientWindow'; 
    77#use base 'Wx::PopupWindow'; 
     8use Wx        qw(:everything); 
     9use Wx::Event qw(:everything); 
    810use base qw(Wx::PlPopupTransientWindow); 
    911 
    10 use Wx        qw(:everything); 
    11 use Wx::Event qw(:everything); 
    1212 
    1313our $VERSION = '0.12'; 
Note: See TracChangeset for help on using the changeset viewer.