diff options
author | avenjamin <avenjamin@gmail.com> | 2008-07-15 06:08:40 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2008-07-15 06:08:40 +0000 |
commit | 4b2f36edec67da9c86751f39c95f483281f1cb54 (patch) | |
tree | d6d5602220500a0578bbfca59f3f69c7c67c9d20 /TableDocument.h | |
parent | b6739787f1eb969b370e2cd27746c7839b7755ce (diff) | |
download | sequelpro-4b2f36edec67da9c86751f39c95f483281f1cb54.tar.gz sequelpro-4b2f36edec67da9c86751f39c95f483281f1cb54.tar.bz2 sequelpro-4b2f36edec67da9c86751f39c95f483281f1cb54.zip |
Added Toggle Console and Clear Console to MainMenu
Diffstat (limited to 'TableDocument.h')
-rw-r--r-- | TableDocument.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TableDocument.h b/TableDocument.h index 9c71a8a4..9ce99fd7 100644 --- a/TableDocument.h +++ b/TableDocument.h @@ -124,8 +124,8 @@ - (IBAction)removeDatabase:(id)sender; //console methods -- (void)toggleConsole; -- (void)clearConsole; +- (void)toggleConsole:(id)sender; +- (void)clearConsole:(id)sender; - (BOOL)consoleIsOpened; - (void)showMessageInConsole:(NSString *)message; - (void)showErrorInConsole:(NSString *)error; |