Changeset 453


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

fix stand compilation error of the currently unused Padre::Wx::Project module

File:
1 edited

Legend:

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

    r433 r453  
    55use warnings; 
    66 
     7my $default_dir; 
     8 
    79# Project related widgets of Padre 
    810 
    9 #use Wx             qw(wxID_CANCEL); 
     11use Wx             qw(wxOK wxID_OK wxID_CANCEL wxVERTICAL wxHORIZONTAL wxALL); 
    1012 
    1113our $VERSION = '0.12'; 
Note: See TracChangeset for help on using the changeset viewer.