diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-08-06 14:01:30 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-08-06 14:01:30 +0000 |
commit | 494b4df263e7c73bd7696f54264cdf953c1f6158 (patch) | |
tree | e402e0d2f93f7e833b9d2ec659fec18736d8a438 /Source/TableDocument.h | |
parent | 7b840caf675ece703faf5a16749b47d1b023bdcd (diff) | |
download | sequelpro-494b4df263e7c73bd7696f54264cdf953c1f6158.tar.gz sequelpro-494b4df263e7c73bd7696f54264cdf953c1f6158.tar.bz2 sequelpro-494b4df263e7c73bd7696f54264cdf953c1f6158.zip |
• enabled "Open" menu item to open SQL files
- lastSqlFileEncoding will be stored in the Preference.plist
- to open SPF files not yet supported
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index a89a4a69..7df1155d 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -121,8 +121,7 @@ enum { NSMutableArray *allDatabases; NSString *queryEditorInitString; - - NSArray *encodings; + } - (NSString *)getHTMLforPrint; |