diff options
Diffstat (limited to 'Source/SPTableCopy.m')
-rw-r--r-- | Source/SPTableCopy.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableCopy.m b/Source/SPTableCopy.m index 6a73bb20..19bff7c2 100644 --- a/Source/SPTableCopy.m +++ b/Source/SPTableCopy.m @@ -28,7 +28,7 @@ @implementation SPTableCopy - (NSObject *)getTableWindow { - return [NSApp mainWindow]; + return messageWindow; } - (NSString *)getCreateTableStatementFor: (NSString *)tableName inDB: (NSString *)sourceDB { |