Changeset 10611 for trunk/Padre/lib/Padre/Action/File.pm
- Timestamp:
- 02/08/10 00:07:56 (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
r10604 r10611 133 133 comment => Wx::gettext('Opens the file with the default system editor'), 134 134 menu_event => sub { 135 $_[0]->on_open_with_default_system_editor; 135 my $document = $_[0]->current->document or return; 136 $_[0]->on_open_with_default_system_editor( $document->filename ); 136 137 }, 137 138 );
Note: See TracChangeset
for help on using the changeset viewer.
