]> git.sesse.net Git - vlc/blobdiff - extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib
* Fix the state of the playlist and fullscreen button.
[vlc] / extras / MacOSX / Resources / English.lproj / MainMenu.nib / classes.nib
index fcb34e3ffae94ea5f1325b5b4357581026c2006c..a0015c851a6f81223af676fb519542d72e9d577f 100644 (file)
             }; 
             CLASS = VLCControls; 
             LANGUAGE = ObjC; 
-            OUTLETS = {"o_main" = id; "o_open" = id; "o_volumeslider" = id; }; 
+            OUTLETS = {
+                "o_btn_fullscreen" = id; 
+                "o_main" = id; 
+                "o_open" = id; 
+                "o_volumeslider" = id; 
+            }; 
             SUPERCLASS = NSObject; 
         }, 
         {
@@ -73,7 +78,6 @@
                 "o_btn_fullscreen" = id; 
                 "o_btn_next" = id; 
                 "o_btn_play" = id; 
-                "o_btn_playlist" = id; 
                 "o_btn_prev" = id; 
                 "o_btn_rewind" = id; 
                 "o_btn_stop" = id; 
             CLASS = VLCPlaylist; 
             LANGUAGE = ObjC; 
             OUTLETS = {
+                "o_btn_playlist" = id; 
                 "o_ctx_menu" = id; 
                 "o_loop_ckb" = id; 
                 "o_mi_delete" = id;