diff options
author | stuconnolly <stuart02@gmail.com> | 2008-12-09 00:08:35 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2008-12-09 00:08:35 +0000 |
commit | a6c17dfdaa46f413ee8aee6d39904eb89454f813 (patch) | |
tree | 4dc1b40656543e2e40ebc7ed33acec2203ef98a5 /TablesList.h | |
parent | d7892ee21760a09fcedaa46e8a2f544146bd9a29 (diff) | |
download | sequelpro-a6c17dfdaa46f413ee8aee6d39904eb89454f813.tar.gz sequelpro-a6c17dfdaa46f413ee8aee6d39904eb89454f813.tar.bz2 sequelpro-a6c17dfdaa46f413ee8aee6d39904eb89454f813.zip |
- Partial fix for issue #109 by making the option to 'Autodetect' character encoding specific to each table
- Added the selected table's character encoding to the table information pane and removed the table's name
Diffstat (limited to 'TablesList.h')
-rw-r--r-- | TablesList.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TablesList.h b/TablesList.h index d7d37d2e..7270219b 100644 --- a/TablesList.h +++ b/TablesList.h @@ -92,8 +92,4 @@ - (BOOL)selectionShouldChangeInTableView:(NSTableView *)aTableView; - (void)tableViewSelectionDidChange:(NSNotification *)aNotification; -//last but not least -- (id)init; -- (void)dealloc; - @end |