diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-09-04 14:06:22 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-09-04 14:06:22 +0000 |
commit | 7476468dd0b38d6cca82c85f244d16edaa81a520 (patch) | |
tree | da86325743af0f51cfca998d1ba89e82f914e233 /Source/SPConstants.h | |
parent | 7a5af6632f0c6797466372358327ddd75a4e7f22 (diff) | |
download | sequelpro-7476468dd0b38d6cca82c85f244d16edaa81a520.tar.gz sequelpro-7476468dd0b38d6cca82c85f244d16edaa81a520.tar.bz2 sequelpro-7476468dd0b38d6cca82c85f244d16edaa81a520.zip |
• CSV Import into new TABLE
- added button "New"
- added chance to change encoding and engine of the new table which will be saved in the Prefs
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 1ee44264..9b89deb3 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -350,6 +350,9 @@ extern NSString *SPQuickLookTypes; extern NSString *SPTableChangedNotification; extern NSString *SPBlobTextEditorSpellCheckingEnabled; extern NSString *SPUniqueSchemaDelimiter; +extern NSString *SPLastImportIntoNewTableEncoding; +extern NSString *SPLastImportIntoNewTableType; + // URLs extern NSString *SPDonationsURL; |