diff options
author | abhibeckert <abhi@abhibeckert.com> | 2008-05-03 02:55:53 +0000 |
---|---|---|
committer | abhibeckert <abhi@abhibeckert.com> | 2008-05-03 02:55:53 +0000 |
commit | fc7036b606b253c4759d0d0bcfa35c30fceeccb4 (patch) | |
tree | 9ce245ba00b7b766f52bc03f550a80378f059a3e /TableDocument.h | |
parent | c75a1ba3339825c6b98aa0a2e9f07b9caf8ece7f (diff) | |
download | sequelpro-fc7036b606b253c4759d0d0bcfa35c30fceeccb4.tar.gz sequelpro-fc7036b606b253c4759d0d0bcfa35c30fceeccb4.tar.bz2 sequelpro-fc7036b606b253c4759d0d0bcfa35c30fceeccb4.zip |
double clicking a favorite in the connect sheet will now connect to it
default name for new favorites has been changed to 'database user@host' to make 'type-ahead' more effective in the connect sheet when selecting a favorite
Diffstat (limited to 'TableDocument.h')
-rw-r--r-- | TableDocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TableDocument.h b/TableDocument.h index 5ce1ada2..1da55465 100644 --- a/TableDocument.h +++ b/TableDocument.h @@ -52,6 +52,7 @@ IBOutlet id queryProgressBar; IBOutlet id favoritesButton; + IBOutlet NSTableView *connectFavoritesTableView; IBOutlet NSArrayController *favoritesController; IBOutlet id hostField; IBOutlet id socketField; |