diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPTablesList.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTablesList.m b/Source/SPTablesList.m index 41a528d3..2071f793 100644 --- a/Source/SPTablesList.m +++ b/Source/SPTablesList.m @@ -329,6 +329,9 @@ [tableEncodingButton setEnabled:NO]; } + // Set the focus to the name field + [tableSheet makeFirstResponder:tableNameField]; + [NSApp beginSheet:tableSheet modalForWindow:[tableDocumentInstance parentWindow] modalDelegate:self |