]> git.sesse.net Git - vlc/blobdiff - extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
* All : added an about VLC panel. It scrolls the names and the work of the
[vlc] / extras / MacOSX / Resources / English.lproj / MainMenu.nib / classes.nib
index 46fa025f1ced044f4d8ea1547bacf8fce6ee44d6..8e3794c1bb451be506276c0ea582af77e596f770 100644 (file)
@@ -1,6 +1,20 @@
 {
     IBClasses = (
         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
+        {
+            ACTIONS = {showPanel = id; }; 
+            CLASS = VLAboutBox; 
+            LANGUAGE = ObjC; 
+            OUTLETS = {
+                "o_about_window" = id; 
+                "o_copyright_field" = id; 
+                "o_credits_scrollview" = id; 
+                "o_credits_textview" = id; 
+                "o_name_version_field" = id; 
+            }; 
+            SUPERCLASS = NSObject; 
+        }, 
+        {CLASS = VLBrushedMetalImageView; LANGUAGE = ObjC; SUPERCLASS = NSImageView; }, 
         {CLASS = VLCApplication; LANGUAGE = ObjC; SUPERCLASS = NSApplication; }, 
         {
             ACTIONS = {
                 "o_msgs_panel" = id; 
                 "o_mu_audio" = id; 
                 "o_mu_controls" = id; 
+                "o_mu_deinterlace" = id; 
                 "o_mu_edit" = id; 
                 "o_mu_file" = id; 
                 "o_mu_help" = id; 
         }, 
         {
             ACTIONS = {
-                loadSubsChanged = id; 
                 openDisc = id; 
                 openDiscMenusChanged = id; 
                 openDiscStepperChanged = id; 
                 openNet = id; 
                 openNetModeChanged = id; 
                 openNetStepperChanged = id; 
-                openSubBrowse = id; 
                 openVTSBrowse = id; 
                 panelCancel = id; 
                 panelOk = id; 
                 soutChanged = id; 
+                soutCloseSheet = id; 
                 soutFileBrowse = id; 
                 soutModeChanged = id; 
+                soutSettings = id; 
                 soutStepperChanged = id; 
+                subCloseSheet = id; 
+                subDelayStepperChanged = id; 
+                subFileBrowse = id; 
+                subFpsStepperChanged = id; 
+                subOverride = id; 
+                subSettings = id; 
+                subsChanged = id; 
             }; 
             CLASS = VLCOpen; 
             LANGUAGE = ObjC; 
                 "o_file_path" = id; 
                 "o_file_stream" = id; 
                 "o_file_sub_btn_browse" = id; 
+                "o_file_sub_btn_settings" = id; 
                 "o_file_sub_ckbox" = id; 
+                "o_file_sub_delay" = id; 
+                "o_file_sub_delay_lbl" = id; 
+                "o_file_sub_delay_stp" = id; 
+                "o_file_sub_fps" = id; 
+                "o_file_sub_fps_lbl" = id; 
+                "o_file_sub_fps_stp" = id; 
+                "o_file_sub_ok_btn" = id; 
+                "o_file_sub_override" = id; 
                 "o_file_sub_path" = id; 
+                "o_file_sub_sheet" = id; 
                 "o_mrl" = id; 
                 "o_mrl_lbl" = id; 
                 "o_net_http_url" = id; 
                 "o_panel" = id; 
                 "o_playlist" = id; 
                 "o_sout_access" = id; 
+                "o_sout_access_lbl" = id; 
+                "o_sout_btn_ok" = id; 
                 "o_sout_cbox" = id; 
                 "o_sout_file_btn_browse" = id; 
                 "o_sout_file_path" = id; 
                 "o_sout_mrl" = id; 
                 "o_sout_mrl_lbl" = id; 
                 "o_sout_mux" = id; 
+                "o_sout_mux_lbl" = id; 
+                "o_sout_settings" = id; 
+                "o_sout_sheet" = id; 
                 "o_sout_udp_addr" = id; 
                 "o_sout_udp_addr_lbl" = id; 
                 "o_sout_udp_port" = id;