Changeset 10602 for trunk/Padre/lib/Padre/Action/File.pm
- Timestamp:
- 02/07/10 10:46:27 (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
r10589 r10602 123 123 menu_event => sub { 124 124 $_[0]->on_open_url; 125 }, 126 ); 127 128 Padre::Action->new( 129 name => 'file.open_with_default_system_editor', 130 label => Wx::gettext('Open with Default System Editor'), 131 comment => Wx::gettext('Opens the file with the default system editor'), 132 menu_event => sub { 133 $_[0]->on_open_with_default_system_editor; 125 134 }, 126 135 );
Note: See TracChangeset
for help on using the changeset viewer.
