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/SPSQLExporter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/SPSQLExporter.m') diff --git a/Source/SPSQLExporter.m b/Source/SPSQLExporter.m index 683e3a48..3d36fce3 100644 --- a/Source/SPSQLExporter.m +++ b/Source/SPSQLExporter.m @@ -174,7 +174,7 @@ // Add the dump header to the dump file [metaString appendString:@"# Sequel Pro SQL dump\n"]; [metaString appendString:[NSString stringWithFormat:@"# Version %@\n#\n", [[NSBundle mainBundle] objectForInfoDictionaryKey:@"CFBundleVersion"]]]; - [metaString appendString:[NSString stringWithFormat:@"# %@\n# %@\n#\n", SPHomePageURL, SPDevURL]]; + [metaString appendString:[NSString stringWithFormat:@"# %@\n# %@\n#\n", SPLOCALIZEDURL_HOMEPAGE, SPDevURL]]; [metaString appendString:[NSString stringWithFormat:@"# Host: %@ (MySQL %@)\n", [self sqlDatabaseHost], [self sqlDatabaseVersion]]]; [metaString appendString:[NSString stringWithFormat:@"# Database: %@\n", [self sqlDatabaseName]]]; [metaString appendString:[NSString stringWithFormat:@"# Generation Time: %@\n", [NSDate date]]]; -- cgit v1.2.3