mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Update window title for Recent Projects dialog
This commit is contained in:
@@ -55,7 +55,7 @@ static NSUInteger const kOakSourceIndexFavorites = 1;
|
||||
_sourceIndex = NSNotFound;
|
||||
_sourceListLabels = @[ @"Recent Projects", @"Favorites" ];
|
||||
|
||||
self.window.title = @"Open Favorite";
|
||||
self.window.title = @"Recent Projects";
|
||||
self.tableView.allowsMultipleSelection = YES;
|
||||
self.tableView.rowHeight = 38;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user