From 67477db9f2620e72f464589ece44993208632cf3 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Thu, 10 Nov 2005 07:09:48 +0000 Subject: [PATCH] Don't show version number here. --- stepmania/src/arch/Dialog/DialogDriver_Cocoa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/arch/Dialog/DialogDriver_Cocoa.cpp b/stepmania/src/arch/Dialog/DialogDriver_Cocoa.cpp index bf1ca11fcf..ca753d2b5f 100644 --- a/stepmania/src/arch/Dialog/DialogDriver_Cocoa.cpp +++ b/stepmania/src/arch/Dialog/DialogDriver_Cocoa.cpp @@ -9,7 +9,7 @@ static CFOptionFlags ShowAlert( CFOptionFlags flags, CFStringRef message, { CFOptionFlags result; - CFUserNotificationDisplayAlert( 0.0, flags, NULL, NULL, NULL, CFSTR(PRODUCT_NAME_VER), + CFUserNotificationDisplayAlert( 0.0, flags, NULL, NULL, NULL, CFSTR(PRODUCT_NAME), message, OK, cancel, NULL, &result ); return result; }