add group menu to open window

This commit is contained in:
Mitchell Livingston
2008-01-04 14:50:28 +00:00
parent 1647bd629a
commit 05dbbc028c
3 changed files with 380 additions and 245 deletions
+1
View File
@@ -32,6 +32,7 @@
IBOutlet NSImageView * fIconView, * fLocationImageView;
IBOutlet NSTextField * fNameField, * fStatusField, * fLocationField;
IBOutlet NSButton * fStartCheck;
IBOutlet NSPopUpButton * fGroupPopUp;
Controller * fController;