changeset 1529:92bed442620a

Didn't notice that [NSApplication stop] took a sender parameter on Mac.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 05 Jan 2012 15:55:26 +0000
parents 5facb5380944
children eecfceaf581f
files mac/dw.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Thu Jan 05 15:45:11 2012 +0000
+++ b/mac/dw.m	Thu Jan 05 15:55:26 2012 +0000
@@ -2820,7 +2820,7 @@
  */
 void API dw_main_quit(void)
 {
-    [DWApp stop];
+    [DWApp stop:nil];
 }
 
 /*