Changeset 12450
- Timestamp:
- 09/09/10 05:09:10 (17 months ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Wx/Dialog/KeyBindings.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Dialog/KeyBindings.pm
r12445 r12450 4 4 use strict; 5 5 use warnings; 6 use Padre::Constant (); 7 use Padre::Config (); 8 use Padre::Util ('_T'); 9 use Padre::Wx (); 10 use Padre::Wx::Role::Main (); 6 use Padre::Constant (); 7 use Padre::Config (); 8 use Padre::Util ('_T'); 9 use Padre::Wx (); 10 use Padre::Wx::Role::Main (); 11 use Padre::Wx::Role::Dialog (); 11 12 12 13 our $VERSION = '0.70'; … … 16 17 Wx::Dialog 17 18 }; 18 19 19 20 20 sub new {
Note: See TracChangeset
for help on using the changeset viewer.
