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

* missing in previous commit

parent 10649df7
...@@ -239,6 +239,8 @@ ...@@ -239,6 +239,8 @@
}, },
{ {
ACTIONS = { ACTIONS = {
eyetvLaunch = id;
eyetvSwitchChannel = id;
openDisc = id; openDisc = id;
openDiscMenusChanged = id; openDiscMenusChanged = id;
openDiscStepperChanged = id; openDiscStepperChanged = id;
...@@ -278,6 +280,18 @@ ...@@ -278,6 +280,18 @@
"o_disc_type" = id; "o_disc_type" = id;
"o_disc_videots_btn_browse" = id; "o_disc_videots_btn_browse" = id;
"o_disc_videots_folder" = id; "o_disc_videots_folder" = id;
"o_eyetv_channels_pop" = id;
"o_eyetv_chn_bgbar" = id;
"o_eyetv_chn_status_txt" = id;
"o_eyetv_currentChannel_lbl" = id;
"o_eyetv_launchEyeTV_btn" = id;
"o_eyetv_nextProgram_btn" = id;
"o_eyetv_noDeviceLong_lbl" = id;
"o_eyetv_noDevice_lbl" = id;
"o_eyetv_noEyeTVLong_lbl" = id;
"o_eyetv_noEyeTV_lbl" = id;
"o_eyetv_previousProgram_btn" = id;
"o_eyetv_tabView" = id;
"o_file_btn_browse" = id; "o_file_btn_browse" = id;
"o_file_path" = id; "o_file_path" = id;
"o_file_stream" = id; "o_file_stream" = id;
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>IBDocumentLocation</key> <key>IBDocumentLocation</key>
<string>-8 61 505 517 0 0 800 578 </string> <string>-8 61 505 517 0 0 800 578 </string>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>446.1</string> <string>456.0</string>
<key>IBLockedObjects</key> <key>IBLockedObjects</key>
<array> <array>
<integer>2203</integer> <integer>2203</integer>
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<integer>636</integer> <integer>636</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8L127</string> <string>9A377a</string>
<key>IBUsesTextArchiving</key> <key>IBUsesTextArchiving</key>
<true/> <true/>
</dict> </dict>
......
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