aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-09-04 14:06:22 +0000
committerBibiko <bibiko@eva.mpg.de>2010-09-04 14:06:22 +0000
commit7476468dd0b38d6cca82c85f244d16edaa81a520 (patch)
treeda86325743af0f51cfca998d1ba89e82f914e233 /Source/SPConstants.h
parent7a5af6632f0c6797466372358327ddd75a4e7f22 (diff)
downloadsequelpro-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.h3
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;