Changeset 10612 for trunk/Padre/lib/Padre/Action/File.pm
- Timestamp:
- 02/08/10 00:13:24 (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
r10611 r10612 127 127 128 128 Padre::Action->new( 129 name => 'file.open_with_default_system_editor',130 label => Wx::gettext('Open with Default System Editor'),129 name => 'file.open_with_default_system_editor', 130 label => Wx::gettext('Open with Default System Editor'), 131 131 need_editor => 1, 132 132 need_file => 1, 133 comment => Wx::gettext('Opens the file with the default system editor'),134 menu_event => sub {133 comment => Wx::gettext('Opens the file with the default system editor'), 134 menu_event => sub { 135 135 my $document = $_[0]->current->document or return; 136 136 $_[0]->on_open_with_default_system_editor( $document->filename );
Note: See TracChangeset
for help on using the changeset viewer.
