diff options
author | Bibiko <bibiko@eva.mpg.de> | 2011-01-22 12:20:43 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2011-01-22 12:20:43 +0000 |
commit | 0082b12a22fcc562b8a4425d22bc69ab9aa05645 (patch) | |
tree | 5a3d0d732ade673052bfaefda69b62d9ee452095 /Source/SPConstants.m | |
parent | 1e346a2cb316886baaa516ebda9142a9b556446b (diff) | |
download | sequelpro-0082b12a22fcc562b8a4425d22bc69ab9aa05645.tar.gz sequelpro-0082b12a22fcc562b8a4425d22bc69ab9aa05645.tar.bz2 sequelpro-0082b12a22fcc562b8a4425d22bc69ab9aa05645.zip |
• update MySQL search URL for web search in Help window
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m index 366832de..7334c796 100644 --- a/Source/SPConstants.m +++ b/Source/SPConstants.m @@ -192,7 +192,7 @@ NSString *SPBundleDeletedDefaultBundlesKey = @"deletedDefaultBundles"; // URLs NSString *SPDonationsURL = @"http://www.sequelpro.com/donate.html"; -NSString *SPMySQLSearchURL = @"http://search.mysql.com/search?q=%@&site=refman-%@&lr=lang_%@"; +NSString *SPMySQLSearchURL = @"http://search.mysql.com/search/query/search?q=%@&group=refman-%@"; NSString *SPDevURL = @"http://code.google.com/p/sequel-pro/"; // Toolbar constants |