diff options
author | rowanbeentje <rowan@beent.je> | 2010-07-18 00:12:58 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-07-18 00:12:58 +0000 |
commit | ad7cf0d9a34f5392193b55aab9121153391578d4 (patch) | |
tree | 0c669d0ae9aefa2b0097b9779eda9aacce905e1c /Source/SPConstants.m | |
parent | 8a5c8b954e00302cf5de32edcaf12c0b7b3eed82 (diff) | |
download | sequelpro-ad7cf0d9a34f5392193b55aab9121153391578d4.tar.gz sequelpro-ad7cf0d9a34f5392193b55aab9121153391578d4.tar.bz2 sequelpro-ad7cf0d9a34f5392193b55aab9121153391578d4.zip |
- Expose a number of help menu items and help buttons to use localisable strings
- Tweak MySQL help search to include a localisable language code for results in requested languages
This addresses Issue #743
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index bd02875f..36a9a25b 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -169,16 +169,9 @@ NSString *SPBlobTextEditorSpellCheckingEnabled = @"BlobTextEditorSpellChecking NSString *SPUniqueSchemaDelimiter = @""; // U+FFF8 // URLs -NSString *SPHomePageURL = @"http://www.sequelpro.com/"; NSString *SPDonationsURL = @"http://www.sequelpro.com/donate.html"; -NSString *SPFAQURL = @"http://www.sequelpro.com/docs/Frequently_Asked_Questions"; -NSString *SPDocumentationURL = @"http://www.sequelpro.com/docs/"; -NSString *SPContactURL = @"http://www.sequelpro.com/docs/Contact_the_developers"; -NSString *SPKeyboardShortcutsURL = @"http://www.sequelpro.com/docs/Keyboard_Shortcuts"; -NSString *SPMySQLSearchURL = @"http://search.mysql.com/search?q=%@&site=refman-%@"; +NSString *SPMySQLSearchURL = @"http://search.mysql.com/search?q=%@&site=refman-%@&lr=lang_%@"; 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/feedback"; // Toolbar constants |