diff options
Diffstat (limited to 'Source/SPDataImport.m')
-rw-r--r-- | Source/SPDataImport.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPDataImport.m b/Source/SPDataImport.m index 25d60ee8..3a2f3004 100644 --- a/Source/SPDataImport.m +++ b/Source/SPDataImport.m @@ -1714,6 +1714,7 @@ */ - (void)_importBackgroundProcess:(NSString *)filename { + [[NSThread currentThread] setName:@"Sequel Pro Background Importer"]; NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; NSString *fileType = [[importFormatPopup selectedItem] title]; |