aboutsummaryrefslogtreecommitdiffstats
path: root/code/sys/sys_cocoa.m
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups for the Mac error dialog, after a code review from tma.icculus2009-09-161-1/+1
| | | | | | | | | - Don't expose the function in sys_local.h (it would be static if we could). - Don't call it Sys_Cocoa_*; it'd be nonsense with q3a's naming conventions. git-svn-id: svn://svn.icculus.org/quake3/trunk@1631 edf5b092-35ff-0310-97b2-ce42778d08ea
* Added a real GUI message box to Sys_ErrorDialog() on Mac OS X.icculus2009-09-151-0/+40
Fixes Bugzilla #3654. git-svn-id: svn://svn.icculus.org/quake3/trunk@1616 edf5b092-35ff-0310-97b2-ce42778d08ea