aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-02-15 00:12:45 -0700
committerMcCabe Maxsted2009-02-15 00:12:45 -0700
commit44dc53ef5d8f770412c2f7675b9ebfdeb3c2b698 (patch)
tree3e565e65ff20d1810648e3f228cb3e5e467eb200
parentAdded artist/title tag info support (diff)
downloadmeta-impy-44dc53ef5d8f770412c2f7675b9ebfdeb3c2b698.zip
meta-impy-44dc53ef5d8f770412c2f7675b9ebfdeb3c2b698.tar.gz
meta-impy-44dc53ef5d8f770412c2f7675b9ebfdeb3c2b698.tar.bz2
meta-impy-44dc53ef5d8f770412c2f7675b9ebfdeb3c2b698.tar.xz
commit error
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_media_controls.xml98
1 files changed, 0 insertions, 98 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_media_controls.xml b/linden/indra/newview/skins/default/xui/en-us/panel_media_controls.xml
deleted file mode 100644
index 1fead04..0000000
--- a/linden/indra/newview/skins/default/xui/en-us/panel_media_controls.xml
+++ /dev/null
@@ -1,98 +0,0 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<panel bg_visible="false" border="false" border_visible="false" bottom="1"
3 enabled="true" follows="right|bottom" height="20" left="0"
4 name="media_controls" width="262">
5 <icon bottom="-22" enabled="true" follows="left|top" height="22"
6 image_name="icn_label_music.tga" label="" left_delta="2" mouse_opaque="true"
7 name="music_icon" scale_image="true" tool_tip="Play/pause streaming music"
8 width="20" />
9 <button bottom="-21" enabled="true" follows="left|top" height="20"
10 image_overlay="icn_play.tga"
11 image_unselected="flyout_btn_left.tga"
12 image_selected="flyout_btn_left_selected.tga"
13 image_disabled="flyout_btn_left_disabled.tga"
14 label="" left_delta="20"
15 mouse_opaque="true" name="music_play" scale_image="true" toggle="false"
16 tool_tip="Play/pause streaming music" width="20" />
17 <button bottom="-21" enabled="false" follows="left|top" height="20"
18 image_overlay="icn_pause.tga"
19 image_unselected="flyout_btn_left.tga"
20 image_selected="flyout_btn_left_selected.tga"
21 image_disabled="flyout_btn_left_disabled.tga"
22 label="" left_delta="0"
23 mouse_opaque="true" name="music_pause" scale_image="true" toggle="false"
24 tool_tip="Pause streaming music" width="20" />
25 <button bottom="-21" enabled="true" follows="left|top" height="20"
26 image_overlay="icn_stop.tga"
27 image_unselected="flyout_btn_right.tga"
28 image_selected="flyout_btn_right_selected.tga"
29 image_disabled="flyout_btn_right_disabled.tga"
30 label="" left_delta="20"
31 mouse_opaque="true" name="music_stop" scale_image="true" toggle="false"
32 tool_tip="Stop streaming music" width="20" />
33 <icon bottom="-22" enabled="true" follows="left|top" height="22"
34 image_name="icn_label_media.tga"
35 label="" left_delta="23" mouse_opaque="true"
36 name="media_icon" scale_image="true" tool_tip="Play/pause streaming music"
37 width="20" />
38 <button bottom="-21" enabled="true" follows="left|top" height="20"
39 image_overlay="icn_play.tga"
40 image_unselected="flyout_btn_left.tga"
41 image_selected="flyout_btn_left_selected.tga"
42 image_disabled="flyout_btn_left_disabled.tga"
43 label="" left_delta="21"
44 mouse_opaque="true" name="media_play" scale_image="true" toggle="false"
45 tool_tip="Play/pause streaming music" width="20" />
46 <button bottom="-21" enabled="false" follows="left|top" height="20"
47 image_overlay="icn_pause.tga"
48 image_unselected="flyout_btn_left.tga"
49 image_selected="flyout_btn_left_selected.tga"
50 image_disabled="flyout_btn_left_disabled.tga"
51 label="" left_delta="0"
52 mouse_opaque="true" name="media_pause" scale_image="true" toggle="false"
53 tool_tip="Pause streaming media" width="20" />
54 <button bottom="-21" enabled="true" follows="left|top" height="20"
55 image_overlay="icn_stop.tga"
56 image_unselected="flyout_btn_right.tga"
57 image_selected="flyout_btn_right_selected.tga"
58 image_disabled="flyout_btn_right_disabled.tga"
59 label="" left_delta="20"
60 mouse_opaque="true" name="media_stop" scale_image="true" toggle="false"
61 tool_tip="Stop streaming media" width="20" />
62 <volume_slider bottom="-23" control_name="AudioLevelMaster" height="22" increment="0.05"
63 initial_val="0.5" left_delta="15" max_val="1" min_val="0"
64 mouse_opaque="true" name="volume_slider" tool_tip="Master Volume"
65 width="56" />
66 <button bottom="-19" control_name="MuteAudio" height="20"
67 image_selected="icn_speaker-muted_dark.tga"
68 image_unselected="icn_speaker_dark.tga" label="" left_delta="56"
69 name="mute_master" toggle="true" tool_tip="Master Mute" width="24" />
70 <button bottom="-22" control_name="ShowVolumeSettingsPopup" height="22" label=""
71 left_delta="19" name="expand" scale_image="true" toggle="true"
72 tool_tip="Adjust individual volume levels" width="22" />
73
74 <string name="play_label">
75 Play
76 </string>
77 <string name="stop_label">
78 Stop
79 </string>
80 <string name="pause_label">
81 Pause
82 </string>
83 <string name="default_tooltip_label">
84 No Media Specified
85 </string>
86 <string name="media_hidden_label">
87 (URL hidden by parcel owner)
88 </string>
89 <string name="media_icon_tooltip_web">
90 This location displays content from the World Wide Web. Click the Play button to display Web content.
91 </string>
92 <string name="media_icon_tooltip_movie">
93 This location displays Video content. Click the Play button to play the video.
94 </string>
95 <string name="media_play_tooltip">
96 Display Web content at this location.
97 </string>
98</panel>