diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-06-14 10:19:41 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-06-14 10:19:41 +0000 |
commit | 5cb5315642a6b53f1cac66e8ae9489e117f47730 (patch) | |
tree | 5bedb15506273479a19395d1b19a0a3d7a9a8c94 /Source/SPWindowController.h | |
parent | 4cead29edd672205c84c69d33cac7ac4d76577df (diff) | |
download | sequelpro-5cb5315642a6b53f1cac66e8ae9489e117f47730.tar.gz sequelpro-5cb5315642a6b53f1cac66e8ae9489e117f47730.tar.bz2 sequelpro-5cb5315642a6b53f1cac66e8ae9489e117f47730.zip |
• simplified tooltips for tabs
• preparations for "Move Tab to New Window" action menu action
• display Select Next/Previous Tab menu items also under Main Menu > Window to be consistent
Diffstat (limited to 'Source/SPWindowController.h')
-rw-r--r-- | Source/SPWindowController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPWindowController.h b/Source/SPWindowController.h index 875bd7e5..28186901 100644 --- a/Source/SPWindowController.h +++ b/Source/SPWindowController.h @@ -39,6 +39,7 @@ // Database connection management - (IBAction) addNewConnection:(id)sender; +- (IBAction) openSelectedTabInNewWindow:(id)sender; - (SPDatabaseDocument *) selectedTableDocument; - (void) updateSelectedTableDocument; - (void) updateAllTabTitles:(id)sender; |