]> git.sesse.net Git - vlc/blobdiff - extras/package/macosx/Resources/English.lproj/Update.nib/classes.nib
fix update code in macosx gui
[vlc] / extras / package / macosx / Resources / English.lproj / Update.nib / classes.nib
index 1ca3e85c9183eb3c509920c4957bc268e1cb945d..e04c922243c97be33b40f64322b4b39b6d954393 100644 (file)
@@ -1,22 +1,55 @@
-{
-    IBClasses = (
-        {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
-        {
-            ACTIONS = {changeCheckUpdateOnStartup = id; download = id; okay = id; }; 
-            CLASS = VLCUpdate; 
-            LANGUAGE = ObjC; 
-            OUTLETS = {
-                "o_bar_checking" = id; 
-                "o_btn_DownloadNow" = id; 
-                "o_btn_okay" = id; 
-                "o_chk_updateOnStartup" = id; 
-                "o_fld_currentVersionAndSize" = id; 
-                "o_fld_releaseNote" = id; 
-                "o_fld_status" = id; 
-                "o_update_window" = id; 
-            }; 
-            SUPERCLASS = NSObject; 
-        }
-    ); 
-    IBVersion = 1; 
-}
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+       <key>IBClasses</key>
+       <array>
+               <dict>
+                       <key>CLASS</key>
+                       <string>FirstResponder</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</string>
+               </dict>
+               <dict>
+                       <key>ACTIONS</key>
+                       <dict>
+                               <key>changeCheckUpdateOnStartup</key>
+                               <string>id</string>
+                               <key>download</key>
+                               <string>id</string>
+                               <key>okay</key>
+                               <string>id</string>
+                       </dict>
+                       <key>CLASS</key>
+                       <string>VLCUpdate</string>
+                       <key>LANGUAGE</key>
+                       <string>ObjC</string>
+                       <key>OUTLETS</key>
+                       <dict>
+                               <key>o_bar_checking</key>
+                               <string>id</string>
+                               <key>o_btn_DownloadNow</key>
+                               <string>id</string>
+                               <key>o_btn_okay</key>
+                               <string>id</string>
+                               <key>o_chk_updateOnStartup</key>
+                               <string>id</string>
+                               <key>o_fld_currentVersion</key>
+                               <string>id</string>
+                               <key>o_fld_releaseNote</key>
+                               <string>id</string>
+                               <key>o_fld_status</key>
+                               <string>id</string>
+                               <key>o_update_window</key>
+                               <string>id</string>
+                       </dict>
+                       <key>SUPERCLASS</key>
+                       <string>NSObject</string>
+               </dict>
+       </array>
+       <key>IBVersion</key>
+       <string>1</string>
+</dict>
+</plist>