Changeset 10610
- Timestamp:
- 02/07/10 23:49:47 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Directory/OpenInFileBrowserAction.pm
r10604 r10610 30 30 # On Windows, if we don't have STDIN/STDOUT, avoid IPC::Open3 31 31 # because it crashes when launching a non-console app 32 if ( $^O =~ /MSWin/i) {32 if ( Padre::Constant::WIN32 ) { 33 33 system( $cmd, @cmd_args ); # we know that Explorer.exe will quit quickly 34 34 } else {
Note: See TracChangeset
for help on using the changeset viewer.
