Ignore:
Timestamp:
02/07/10 06:49:42 (2 years ago)
Author:
azawawi
Message:

Perl tidy (only my last change-set)

File:
1 edited

Legend:

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

    r10586 r10589  
    103103 
    104104    Padre::Action->new( 
    105         name         => 'file.open_in_file_browser', 
    106         need_editor  => 1, 
    107         need_file    => 1, 
    108         label      => Wx::gettext('Open in File Browser'), 
    109         comment    => Wx::gettext('Opens the current document using the file browser'), 
    110         menu_event => sub { 
     105        name        => 'file.open_in_file_browser', 
     106        need_editor => 1, 
     107        need_file   => 1, 
     108        label       => Wx::gettext('Open in File Browser'), 
     109        comment     => Wx::gettext('Opens the current document using the file browser'), 
     110        menu_event  => sub { 
    111111            my $document = $_[0]->current->document or return; 
    112             $_[0]->on_open_in_file_browser($document->filename); 
     112            $_[0]->on_open_in_file_browser( $document->filename ); 
    113113        }, 
    114114    ); 
Note: See TracChangeset for help on using the changeset viewer.