diff options
author | rowanbeentje <rowan@beent.je> | 2009-04-25 16:30:33 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-04-25 16:30:33 +0000 |
commit | e0b4b1f761f5a67b17d3b59af53d0fe14b364f67 (patch) | |
tree | 205ae7164af0c0576de9cb22e5f67b7f9884a77c /Source/SPQueryConsole.h | |
parent | 289a2e83a0827179db74ff95cee33dc01e19ae4b (diff) | |
download | sequelpro-e0b4b1f761f5a67b17d3b59af53d0fe14b364f67.tar.gz sequelpro-e0b4b1f761f5a67b17d3b59af53d0fe14b364f67.tar.bz2 sequelpro-e0b4b1f761f5a67b17d3b59af53d0fe14b364f67.zip |
- Bring Tiger branch up to 0.9.5 final (including bugfixes) code and tweak compression script.
Diffstat (limited to 'Source/SPQueryConsole.h')
-rw-r--r-- | Source/SPQueryConsole.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPQueryConsole.h b/Source/SPQueryConsole.h index 4a2326c6..6325fb0c 100644 --- a/Source/SPQueryConsole.h +++ b/Source/SPQueryConsole.h @@ -29,7 +29,8 @@ IBOutlet NSSearchField *consoleSearchField; IBOutlet NSProgressIndicator *progressIndicator; IBOutlet NSButton *includeTimeStampsButton, *saveConsoleButton, *clearConsoleButton; - + IBOutlet NSMenuItem *showTimeStampsMenuItem, *showSelectShowStatementsMenuItem; + NSFont *consoleFont; NSMutableArray *messagesFullSet, *messagesFilteredSet, *messagesVisibleSet; BOOL showSelectStatementsAreDisabled; |