diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-06-16 12:39:48 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-06-16 12:39:48 +0000 |
commit | 630002af8fffbce120392df5eba3cd57e1c67040 (patch) | |
tree | 8b561c1d85f6a045f35bc0810b9653e2cff912cc /Source/SPWindowController.h | |
parent | 63f30386aa21d2bb74233698c0b8a3d72333858d (diff) | |
download | sequelpro-630002af8fffbce120392df5eba3cd57e1c67040.tar.gz sequelpro-630002af8fffbce120392df5eba3cd57e1c67040.tar.bz2 sequelpro-630002af8fffbce120392df5eba3cd57e1c67040.zip |
• added Window menu item "Move Tab to New Window"
- it moves the SPDatabaseDocument of the currently selected tab to a new window
Diffstat (limited to 'Source/SPWindowController.h')
-rw-r--r-- | Source/SPWindowController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPWindowController.h b/Source/SPWindowController.h index 28186901..88b3e3a2 100644 --- a/Source/SPWindowController.h +++ b/Source/SPWindowController.h @@ -39,7 +39,7 @@ // Database connection management - (IBAction) addNewConnection:(id)sender; -- (IBAction) openSelectedTabInNewWindow:(id)sender; +- (IBAction) moveSelectedTabInNewWindow:(id)sender; - (SPDatabaseDocument *) selectedTableDocument; - (void) updateSelectedTableDocument; - (void) updateAllTabTitles:(id)sender; |