From 8340fe85798a0ed932de04ed9f740781728ab7f1 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 10 Apr 2009 12:44:06 +0000 Subject: Implementation of enhancement described in issue #75. You can now add the current connection details to your favourites provided it doesn't already exist. --- Source/TableDocument.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/TableDocument.h') diff --git a/Source/TableDocument.h b/Source/TableDocument.h index b9426e31..de062124 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -179,6 +179,7 @@ - (IBAction)viewContent:(id)sender; - (IBAction)viewQuery:(id)sender; - (IBAction)viewStatus:(id)sender; +- (IBAction)addConnectionToFavorites:(id)sender; //toolbar methods - (void)setupToolbar; -- cgit v1.2.3