-
Notifications
You must be signed in to change notification settings - Fork 278
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compatibility with pre-10.10 OS X
User-Agent change from 2c8dae7 broke Poedit on OS X older than Yosemite, where it caused early abort, because [NSProcessInfo operatingSystemVersion] wasn't available until 10.9.2 (and 10.10 officially). Use the now-deprecated Gestalt() function on older systems.
- Loading branch information
Showing
1 changed file
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters