diff options
author | Max <post@wickenrode.com> | 2014-12-31 05:36:48 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2014-12-31 05:36:48 +0100 |
commit | 918324e27b6b4753307fa6a8166b3d7227f97b35 (patch) | |
tree | 04b77b2385e4d5e085cad7b6dd98659f9dd847c3 /Source/SPNotificationsPreferencePane.h | |
parent | 42593525e55ad5daa01b3edde3c4cce653559f72 (diff) | |
download | sequelpro-918324e27b6b4753307fa6a8166b3d7227f97b35.tar.gz sequelpro-918324e27b6b4753307fa6a8166b3d7227f97b35.tar.bz2 sequelpro-918324e27b6b4753307fa6a8166b3d7227f97b35.zip |
Change how Growl status is displayed in prefs
The current status of Growl/Notification center will now be shown as a label beneath the "Enable notifications" checkbox.
Diffstat (limited to 'Source/SPNotificationsPreferencePane.h')
-rw-r--r-- | Source/SPNotificationsPreferencePane.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPNotificationsPreferencePane.h b/Source/SPNotificationsPreferencePane.h index e9650928..cf0f4c42 100644 --- a/Source/SPNotificationsPreferencePane.h +++ b/Source/SPNotificationsPreferencePane.h @@ -38,5 +38,8 @@ * Notifications preference pane controller. */ @interface SPNotificationsPreferencePane : SPPreferencePane <SPPreferencePaneProtocol> +{ + IBOutlet NSTextField *growlStatusLabel; +} @end |