]> git.sesse.net Git - vlc/blob - extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib
* new CheckForUpdate panel (closes #310)
[vlc] / extras / MacOSX / Resources / English.lproj / Update.nib / classes.nib
1 {
2     IBClasses = (
3         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
4         {
5             ACTIONS = {download = id; okay = id; }; 
6             CLASS = VLCUpdate; 
7             LANGUAGE = ObjC; 
8             OUTLETS = {
9                 "o_bar_checking" = id; 
10                 "o_btn_DownloadNow" = id; 
11                 "o_btn_okay" = id; 
12                 "o_fld_currentVersionAndSize" = id; 
13                 "o_fld_releaseNote" = id; 
14                 "o_fld_status" = id; 
15                 "o_update_window" = id; 
16             }; 
17             SUPERCLASS = NSObject; 
18         }
19     ); 
20     IBVersion = 1; 
21 }