diff options
Diffstat (limited to 'Source/CustomQuery.m')
-rw-r--r-- | Source/CustomQuery.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CustomQuery.m b/Source/CustomQuery.m index c1ffa4f0..6fe9bf8a 100644 --- a/Source/CustomQuery.m +++ b/Source/CustomQuery.m @@ -2541,7 +2541,7 @@ version = [mySQLversion stringByReplacingOccurrencesOfString:@"." withString:@""]; [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString: [[NSString stringWithFormat: - SP_MYSQL_DEV_SEARCH_URL, + SPMySQLSearchURL, searchString, version] stringByAddingPercentEscapesUsingEncoding:NSASCIIStringEncoding]]]; |