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/SPDotExporter.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/SPDotExporter.m')
-rw-r--r-- | Source/SPDotExporter.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDotExporter.m b/Source/SPDotExporter.m index 9296b231..88b859db 100644 --- a/Source/SPDotExporter.m +++ b/Source/SPDotExporter.m @@ -80,7 +80,7 @@ [metaString setString:@"// ************************************************************\n"]; [metaString appendString:@"// Generated by: Sequel Pro\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 dotDatabaseHost], [self dotDatabaseVersion]]]; [metaString appendString:[NSString stringWithFormat:@"// Database: %@\n", [self dotDatabaseName]]]; [metaString appendString:[NSString stringWithFormat:@"// Generation Time: %@\n", [NSDate date]]]; |