diff --git a/Source/NSTableView.m b/Source/NSTableView.m index b12d8c651..230b43ce9 100644 --- a/Source/NSTableView.m +++ b/Source/NSTableView.m @@ -2991,7 +2991,7 @@ byExtendingSelection: (BOOL)flag id en; defaults = [NSUserDefaults standardUserDefaults]; - tableKey = [NSString stringWithFormat: @"Table Columns %@", + tableKey = [NSString stringWithFormat: @"NSTableView Columns %@", _autosaveName]; config = [NSMutableDictionary new]; @@ -3024,7 +3024,7 @@ byExtendingSelection: (BOOL)flag NSString *tableKey; defaults = [NSUserDefaults standardUserDefaults]; - tableKey = [NSString stringWithFormat: @"Table Columns %@", + tableKey = [NSString stringWithFormat: @"NSTableView Columns %@", _autosaveName]; config = [defaults objectForKey: tableKey]; if (config != nil)