Ignore:
Timestamp:
02/07/10 10:59:12 (2 years ago)
Author:
azawawi
Message:

More error checking and simplification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Action/File.pm

    r10602 r10604  
    129129        name       => 'file.open_with_default_system_editor', 
    130130        label      => Wx::gettext('Open with Default System Editor'), 
     131        need_editor => 1, 
     132        need_file   => 1, 
    131133        comment    => Wx::gettext('Opens the file with the default system editor'), 
    132134        menu_event => sub { 
Note: See TracChangeset for help on using the changeset viewer.