aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TableDocument.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-04-05 00:38:34 +0000
committerrowanbeentje <rowan@beent.je>2009-04-05 00:38:34 +0000
commit977d1a25340e5c2aef868f43cb180a1d9472b29c (patch)
tree6bd393f8a26c583d071289ddc349f8db98782f28 /Source/TableDocument.h
parentbe9d9739ab37719ce761ee7c1e7c97ec2aa8a76d (diff)
downloadsequelpro-977d1a25340e5c2aef868f43cb180a1d9472b29c.tar.gz
sequelpro-977d1a25340e5c2aef868f43cb180a1d9472b29c.tar.bz2
sequelpro-977d1a25340e5c2aef868f43cb180a1d9472b29c.zip
- Fix an invalid reference to a missing pulldown_arrow image causing invalid log entries
- Set the focus to the custom query text field when appropriate when switching to the custom query tab - Add the ability to set the custom query editor font, save and load it from preferences, and no longer reset the font on queries
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r--Source/TableDocument.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h
index c2d37910..f9334c39 100644
--- a/Source/TableDocument.h
+++ b/Source/TableDocument.h
@@ -70,6 +70,8 @@
IBOutlet id sidebarGrabber;
+ IBOutlet NSTextView *customQueryTextView;
+
IBOutlet NSTableView *dbTablesTableView;
IBOutlet id syntaxView;