We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f172ce3 commit 5eaaa72Copy full SHA for 5eaaa72
SSYAlert.m
@@ -1286,14 +1286,12 @@ - (void)runModalSheetOnWindow:(NSWindow*)documentWindow_
1286
[[self button1] setTarget:self] ;
1287
#if DEBUG
1288
NSLog(@"Internal Error 928-9983") ;
1289
- Debugger() ;
1290
#endif
1291
}
1292
if (([[self button1] action] == NULL) && !m_dontAddOkButton) {
1293
[[self button1] setAction:@selector(clickedButton:)] ;
1294
1295
NSLog(@"Internal Error 135-5614") ;
1296
1297
1298
1299
SSYWindowHangout.h
@@ -1,4 +1,4 @@
1
-#import <Foundation/Foundation.h>
+#import <Cocoa/Cocoa.h>
2
3
/*
4
@brief Provides a place for window controllers that control transient
0 commit comments