diff options
author | stuconnolly <stuart02@gmail.com> | 2010-06-01 22:32:03 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-06-01 22:32:03 +0000 |
commit | afa83e2e94ec0abe2cd6c2cbf4fe43d5616bbc6c (patch) | |
tree | 20c0c9b9fe650a207f14df5c06ce541802a3b5e1 /Source/SPConstants.h | |
parent | d99ae49a194fc4bfce874c535096e4f68ef70d6e (diff) | |
download | sequelpro-afa83e2e94ec0abe2cd6c2cbf4fe43d5616bbc6c.tar.gz sequelpro-afa83e2e94ec0abe2cd6c2cbf4fe43d5616bbc6c.tar.bz2 sequelpro-afa83e2e94ec0abe2cd6c2cbf4fe43d5616bbc6c.zip |
Add a 'Translation Feedback' menuitem to the 'Help' menu (currently hidden). Implements issue #713. When the feedback page is available simply change the constant SPTranslationFeedbackURL to point to it.
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 1fdcf68a..10fd430f 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -297,6 +297,7 @@ extern NSString *SPKeyboardShortcutsURL; extern NSString *SPMySQLSearchURL; extern NSString *SPDevURL; extern NSString *SPGettingConnectedDocURL; +extern NSString *SPTranslationFeedbackURL; // Toolbar constants |