commentary

This commit is contained in:
Kelvin Sherlock 2020-09-26 14:51:52 -04:00
parent 484dd39b67
commit 5745a99ea2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
_data = [NSArray arrayWithContentsOfFile: path];
/* My Copy of XCode/Interface Builder barfs on NSBrowser. */
/* XCode/Interface Builder 11.3 barfs on NSBrowser. */
NSBrowser *browser;
NSRect frame = NSMakeRect(0, 0, 718, 200);