Changeset 10589 for trunk/Padre/lib/Padre/Action/File.pm
- Timestamp:
- 02/07/10 06:49:42 (2 years ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Action/File.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Action/File.pm
r10586 r10589 103 103 104 104 Padre::Action->new( 105 name => 'file.open_in_file_browser',106 need_editor => 1,107 need_file => 1,108 label => Wx::gettext('Open in File Browser'),109 comment => Wx::gettext('Opens the current document using the file browser'),110 menu_event => sub {105 name => 'file.open_in_file_browser', 106 need_editor => 1, 107 need_file => 1, 108 label => Wx::gettext('Open in File Browser'), 109 comment => Wx::gettext('Opens the current document using the file browser'), 110 menu_event => sub { 111 111 my $document = $_[0]->current->document or return; 112 $_[0]->on_open_in_file_browser( $document->filename);112 $_[0]->on_open_in_file_browser( $document->filename ); 113 113 }, 114 114 );
Note: See TracChangeset
for help on using the changeset viewer.
