From ad7cf0d9a34f5392193b55aab9121153391578d4 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Sun, 18 Jul 2010 00:12:58 +0000 Subject: - 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 --- Source/SPTextView.m | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/SPTextView.m') diff --git a/Source/SPTextView.m b/Source/SPTextView.m index cef42e87..4b906ed0 100644 --- a/Source/SPTextView.m +++ b/Source/SPTextView.m @@ -73,8 +73,6 @@ YY_BUFFER_STATE yy_scan_string (const char *); #define SP_SYNTAX_HILITE_BIAS 2000 #define SP_MAX_TEXT_SIZE_FOR_SYNTAX_HIGHLIGHTING 20000000 -#define MYSQL_DOC_SEARCH_URL @"http://dev.mysql.com/doc/refman/%@/en/%@.html" - #pragma mark - // some helper functions for handling rectangles and points -- cgit v1.2.3