aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-10-16 00:31:27 +0000
committerstuconnolly <stuart02@gmail.com>2009-10-16 00:31:27 +0000
commitb74377b6341d4b861b254ffcfb983d2cb27ec5b6 (patch)
tree6a53a554d0151f455dbd0c729f45dc641728020e /Source/SPAppController.h
parent9528721a24d73b0abe817d3b535a0a1ead3233b9 (diff)
downloadsequelpro-b74377b6341d4b861b254ffcfb983d2cb27ec5b6.tar.gz
sequelpro-b74377b6341d4b861b254ffcfb983d2cb27ec5b6.tar.bz2
sequelpro-b74377b6341d4b861b254ffcfb983d2cb27ec5b6.zip
Add a 'Provide Feedback' menu item to the help menu, which links to http://www.sequelpro.com/docs/Contact_the_developers.
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r--Source/SPAppController.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h
index 473baa23..b01a069f 100644
--- a/Source/SPAppController.h
+++ b/Source/SPAppController.h
@@ -48,6 +48,7 @@
- (IBAction)visitWebsite:(id)sender;
- (IBAction)visitHelpWebsite:(id)sender;
- (IBAction)visitFAQWebsite:(id)sender;
+- (IBAction)provideFeedback:(id)sender;
// Getters
- (SPPreferenceController *)preferenceController;