Ignore:
Timestamp:
02/08/10 00:13:24 (2 years ago)
Author:
azawawi
Message:

Perl tidy

File:
1 edited

Legend:

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

    r10611 r10612  
    127127 
    128128    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'), 
    131131        need_editor => 1, 
    132132        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 { 
    135135            my $document = $_[0]->current->document or return; 
    136136            $_[0]->on_open_with_default_system_editor( $document->filename ); 
Note: See TracChangeset for help on using the changeset viewer.