aboutsummaryrefslogtreecommitdiffstats
path: root/code/sys/sys_cocoa.m
diff options
context:
space:
mode:
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],