aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPEditorPreferencePane.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-03-13 21:57:07 +0000
committerstuconnolly <stuart02@gmail.com>2011-03-13 21:57:07 +0000
commit52eb2680673fca634013fa45ef16f4173a33c880 (patch)
treee325fef71235e0f6f717d2b337787ea114608c32 /Source/SPEditorPreferencePane.m
parent81dca137319ed18b1299f77b580ed62b1ecf0fc0 (diff)
downloadsequelpro-52eb2680673fca634013fa45ef16f4173a33c880.tar.gz
sequelpro-52eb2680673fca634013fa45ef16f4173a33c880.tar.bz2
sequelpro-52eb2680673fca634013fa45ef16f4173a33c880.zip
Fix more warnings.
Diffstat (limited to 'Source/SPEditorPreferencePane.m')
-rw-r--r--Source/SPEditorPreferencePane.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPEditorPreferencePane.m b/Source/SPEditorPreferencePane.m
index 0cae1217..51ffacf6 100644
--- a/Source/SPEditorPreferencePane.m
+++ b/Source/SPEditorPreferencePane.m
@@ -757,7 +757,7 @@ static NSString *SPDefaultExportColourSchemeName = @"MyTheme";
nil,
NSLocalizedString(@"Unsaved Theme", @"unsaved theme message"),
NSLocalizedString(@"The current color theme is unsaved. Do you want to proceed without saving it?", @"unsaved theme informative message"),
- checkForUnsavedThemeSheetStatus
+ &checkForUnsavedThemeSheetStatus
);
return (checkForUnsavedThemeSheetStatus == NSAlertDefaultReturn);