Changeset 10626
- Timestamp:
- 02/08/10 12:55:14 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Directory/OpenInFileBrowserAction.pm
r10625 r10626 44 44 # because it crashes when launching a non-console app 45 45 if (Padre::Constant::WIN32) { 46 46 47 # Spawn process without waiting (only on win32, see perlport) 47 48 system( 1, $cmd, @cmd_args );
