aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTablesList.m')
-rw-r--r--Source/SPTablesList.m3
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