Show
Ignore:
Timestamp:
02/07/10 23:49:47 (6 months ago)
Author:
azawawi
Message:

Used Padre::Constant::WIN32...

Files:
1 modified

Legend:

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

    r10604 r10610  
    3030                # On Windows, if we don't have STDIN/STDOUT, avoid IPC::Open3 
    3131                # because it crashes when launching a non-console app 
    32                 if ( $^O =~ /MSWin/i ) { 
     32                if ( Padre::Constant::WIN32 ) { 
    3333                        system( $cmd, @cmd_args ); # we know that Explorer.exe will quit quickly 
    3434                } else {