Update window title for Recent Projects dialog

This commit is contained in:
Allan Odgaard
2016-05-29 21:19:07 +02:00
parent a198d3c25b
commit c649aed750

View File

@@ -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;