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.m | |
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.m')
-rw-r--r-- | Source/SPConstants.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 536d4cfb..d98daea7 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -176,6 +176,7 @@ NSString *SPKeyboardShortcutsURL = @"http://www.sequelpro.com/do NSString *SPMySQLSearchURL = @"http://search.mysql.com/search?q=%@&site=refman-%@"; NSString *SPDevURL = @"http://code.google.com/p/sequel-pro/"; NSString *SPGettingConnectedDocURL = @"http://www.sequelpro.com/docs/Getting_Connected"; +NSString *SPTranslationFeedbackURL = @"http://dev.sequelpro.com/translate/"; // Toolbar constants |