aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAlertSheets.h
diff options
context:
space:
mode:
authorGuillermo Ignacio Enriquez Gutierrez <ignacio@jp.ibm.com>2015-08-22 18:12:54 +0900
committerGuillermo Ignacio Enriquez Gutierrez <ignacio@jp.ibm.com>2015-08-22 18:12:54 +0900
commitfaa74fd74f4ce3fbaeff1dd1d3fc5b705ec7f09b (patch)
tree4ebe53db221cab510c1d939b653d0b0e2241c1c0 /Source/SPAlertSheets.h
parentcf83388bb64f10d815653382554f6e436b3bc161 (diff)
downloadsequelpro-faa74fd74f4ce3fbaeff1dd1d3fc5b705ec7f09b.tar.gz
sequelpro-faa74fd74f4ce3fbaeff1dd1d3fc5b705ec7f09b.tar.bz2
sequelpro-faa74fd74f4ce3fbaeff1dd1d3fc5b705ec7f09b.zip
Added extra parameter to SPOnewayAlertSheet and runs runModal if no window was provided.
Diffstat (limited to 'Source/SPAlertSheets.h')
-rw-r--r--Source/SPAlertSheets.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPAlertSheets.h b/Source/SPAlertSheets.h
index f61d0e38..99e64e59 100644
--- a/Source/SPAlertSheets.h
+++ b/Source/SPAlertSheets.h
@@ -61,5 +61,6 @@ void SPOnewayAlertSheet(
NSString *title,
NSString *defaultButton,
NSWindow *docWindow,
- NSString *msg
+ NSString *msg,
+ NSAlertStyle alertStyle
);