Ticket #11508 (closed defect: fixed)
FIX for wxLaunchDefaultApplication not working on OSX if path contains spaces
| Reported by: | SnowLeopard | Owned by: | csomor |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9.1 |
| Component: | wxOSX-Cocoa | Version: | 2.9-svn |
| Keywords: | filename quote simple | Cc: | |
| Blocked By: | Patch: | yes | |
| Blocking: |
Description
On OSX, if you call wxLaunchDefaultApplication with a document path which contains spaces, then it will fail. This is because the document path is not wrapped in quotes when sent as a command line to "open". This patches corrects that.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

