Commit f68d1bc1 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* (hopefully) commit the 0.8.6 nib to where it belongs

parent 54376409
......@@ -22,6 +22,7 @@
prev = id;
random = id;
repeat = id;
repeatButtonAction = id;
slower = id;
stop = id;
toggleVar = id;
......@@ -33,6 +34,10 @@
CLASS = VLCControls;
LANGUAGE = ObjC;
OUTLETS = {
"o_btn_addNode" = id;
"o_btn_repeat" = id;
"o_btn_shuffle" = id;
"o_fs_panel" = id;
"o_main" = id;
"o_specificTime_cancel_btn" = id;
"o_specificTime_enter_fld" = id;
......@@ -98,6 +103,14 @@
};
SUPERCLASS = NSObject;
},
{CLASS = VLCFSPanel; LANGUAGE = ObjC; SUPERCLASS = NSWindow; },
{
ACTIONS = {faster = id; next = id; play = id; prev = id; slower = id; };
CLASS = VLCFSPanelView;
LANGUAGE = ObjC;
SUPERCLASS = NSView;
},
{CLASS = VLCFSTimeSlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; },
{
ACTIONS = {
createOutlineGroup = id;
......@@ -225,6 +238,7 @@
"o_err_msg" = id;
"o_error" = id;
"o_info" = id;
"o_main_pgbar" = id;
"o_messages" = id;
"o_mi_about" = id;
"o_mi_add_intf" = id;
......@@ -346,7 +360,6 @@
ACTIONS = {
addNode = id;
deleteItem = id;
handlePopUp = id;
playItem = id;
preparseItem = id;
recursiveExpandNode = id;
......@@ -362,7 +375,6 @@
"o_btn_addNode" = id;
"o_controller" = id;
"o_ctx_menu" = id;
"o_loop_popup" = id;
"o_mi_addNode" = id;
"o_mi_delete" = id;
"o_mi_info" = id;
......
......@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
<string>577 80 478 430 0 0 1440 878 </string>
<string>572 94 478 430 0 0 1440 878 </string>
<key>IBEditorPositions</key>
<dict>
<key>1617</key>
......@@ -26,8 +26,8 @@
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
<integer>2730</integer>
<integer>2769</integer>
<integer>21</integer>
<integer>2809</integer>
</array>
<key>IBSystem Version</key>
<string>8L127</string>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment