diff options
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; |