Changeset 10623
- Timestamp:
- 02/08/10 12:38:35 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Directory/OpenInFileBrowserAction.pm
r10612 r10623 31 31 # because it crashes when launching a non-console app 32 32 if (Padre::Constant::WIN32) { 33 system( $cmd, @cmd_args ); # we know that Explorer.exe will quit quickly 33 # Spawn process without waiting (only on win32, see perlport) 34 system( 1, $cmd, @cmd_args ); 34 35 } else { 35 36 require IPC::Open2;
