Forge updates. Forge now saves, but does not load (heh) projects.

This commit is contained in:
Jeff Teunissen 2002-07-06 03:00:28 +00:00
parent 5f54a1931b
commit caf9d820c1
12 changed files with 90 additions and 70 deletions

View file

@ -45,9 +45,9 @@
IBOutlet NSBox *box;
IBOutlet NSMatrix *iconList;
IBOutlet NSScrollView *scrollView;
IBOutlet NSWindow *window;
IBOutlet id owner;
IBOutlet NSWindow *window;
}
+ (PrefsController *) sharedPrefsController;