Changeset 10626

Show
Ignore:
Timestamp:
02/08/10 12:55:14 (7 months ago)
Author:
azawawi
Message:

Perl tidy

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Directory/OpenInFileBrowserAction.pm

    r10625 r10626  
    4444                # because it crashes when launching a non-console app 
    4545                if (Padre::Constant::WIN32) { 
     46 
    4647                        # Spawn process without waiting (only on win32, see perlport) 
    4748                        system( 1, $cmd, @cmd_args );