aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-08-23 21:07:05 -0700
committerMcCabe Maxsted2010-08-26 11:26:15 -0700
commitbb356b9821442fb2d4fb0590fdfa8dd562f55b53 (patch)
tree7712fec9761a5a2fbd2cbed661dd510fdada0a53 /linden/indra/newview/skins
parentFixed lowercase 'c' in build window 'cut's (diff)
downloadmeta-impy-bb356b9821442fb2d4fb0590fdfa8dd562f55b53.zip
meta-impy-bb356b9821442fb2d4fb0590fdfa8dd562f55b53.tar.gz
meta-impy-bb356b9821442fb2d4fb0590fdfa8dd562f55b53.tar.bz2
meta-impy-bb356b9821442fb2d4fb0590fdfa8dd562f55b53.tar.xz
Added vivox license window when enabling voice or starting up for the first time (voice can now be included from here on out :)
Diffstat (limited to 'linden/indra/newview/skins')
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/floater_voice_license.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_voice_license.xml b/linden/indra/newview/skins/default/xui/en-us/floater_voice_license.xml
new file mode 100644
index 0000000..3a2b0be
--- /dev/null
+++ b/linden/indra/newview/skins/default/xui/en-us/floater_voice_license.xml
@@ -0,0 +1,36 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<floater can_close="false" can_drag_on_left="false" can_minimize="false"
3 can_resize="false" height="500" min_height="100" min_width="100"
4 name="modal container" title="" width="600">
5 <button bottom="-484" enabled="false" font="SansSerif" halign="center" height="20"
6 label="Continue" label_selected="Continue" left="484" mouse_opaque="true"
7 name="Continue" width="100" />
8 <button bottom="-484" font="SansSerif" halign="center" height="20" label="Cancel"
9 label_selected="Cancel" left="16" mouse_opaque="true" name="Cancel"
10 width="100" />
11 <check_box bottom="-435" follows="top|right"
12 font="SansSerifSmall" height="16" initial_value="false" label="I Agree to the Terms of the Vivox Personal License"
13 left="16" mouse_opaque="true" name="agree_chk" width="55" />
14 <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
15 bottom="-50" drop_shadow_visible="true" follows="left|top" font="SansSerif"
16 h_pad="0" halign="left" height="30" left="16" mouse_opaque="true"
17 name="license_heading" v_pad="0" width="552">
18Please read the following license carefully.
19To use voice, you must accept the license agreement.
20 </text>
21 <text_editor bottom="-376" embedded_items="false" follows="left|top" font="SansSerif"
22 height="283" left="16" max_length="65536" mouse_opaque="true"
23 name="license_text" width="568"
24 word_wrap="true">
25 LICENSE_TEXT
26 </text_editor>
27 <!-- Loading text says: "Loading Vivox Personal License Agreement..." URL encoded -->
28 <web_browser bottom="-406" embedded_items="false" follows="left|top" font="SansSerif"
29 height="340" left="16" max_length="65536" mouse_opaque="true"
30 name="license_html"
31 start_url="data:text/html,%3Chtml%3E%3Chead%3E%3C/head%3E%3Cbody text=%22000000%22%3E%3Ch2%3E Loading %3Ca%20target%3D%22_external%22%20href%3D%22http%3A//vivox.com/vivox_aup.html%22%3EVivox%20Personal%20License%20Agreement%3C/a%3E...%3C/h2%3E %3C/body%3E %3C/html%3E"
32 width="568" word_wrap="true" />
33 <string name="real_url">
34 http://www.vivox.com/vivox_aup.html
35 </string>
36</floater> \ No newline at end of file