aboutsummaryrefslogtreecommitdiffstats
path: root/code/sys/sys_cocoa.m
diff options
context:
space:
mode:
authoricculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-09-16 12:54:12 +0000
committericculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea>2009-09-16 12:54:12 +0000
commitbe1063ce192df92901f72c426b157d0b82998b7a (patch)
tree7acf0cb1275daac62df7d5b4916d4d2836602c16 /code/sys/sys_cocoa.m
parenta7ef60763b39a909910522cc7dc420c21887ec94 (diff)
downloadioquake3-aero-be1063ce192df92901f72c426b157d0b82998b7a.tar.gz
ioquake3-aero-be1063ce192df92901f72c426b157d0b82998b7a.zip
Cleanups for the Mac error dialog, after a code review from tma.
- 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
Diffstat (limited to 'code/sys/sys_cocoa.m')
-rw-r--r--code/sys/sys_cocoa.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/sys/sys_cocoa.m b/code/sys/sys_cocoa.m
index 7efa615..cfc754d 100644
--- a/code/sys/sys_cocoa.m
+++ b/code/sys/sys_cocoa.m
@@ -29,7 +29,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#import <Cocoa/Cocoa.h>
-void Sys_Cocoa_MsgBox( const char *text )
+void Cocoa_MsgBox( const char *text )
{
NSRunInformationalAlertPanel(@"ioquake3",
[NSString stringWithUTF8String:text],