#2791 show a progress indicator when verifying local data in the add window

This commit is contained in:
Mitchell Livingston
2010-01-31 23:36:48 +00:00
parent 54c9331258
commit 404b845590
3 changed files with 61 additions and 7 deletions

View File

@@ -34,6 +34,7 @@
IBOutlet NSTextField * fNameField, * fStatusField, * fLocationField;
IBOutlet NSButton * fStartCheck, * fDeleteCheck;
IBOutlet NSPopUpButton * fGroupPopUp;
IBOutlet NSProgressIndicator * fVerifyIndicator;
IBOutlet FileOutlineController * fFileController;