diff options
| author | Callum Prentice <callum@lindenlab.com> | 2010-05-25 16:06:01 -0700 | 
|---|---|---|
| committer | Callum Prentice <callum@lindenlab.com> | 2010-05-25 16:06:01 -0700 | 
| commit | 879f0cd5fd7582546f18054b99fa127942d63e3d (patch) | |
| tree | 541ad6e58bea727614f5d2a392fe51d423862f5b /indra/newview | |
| parent | a781dd767c095470897049b5ae1a91523214b39a (diff) | |
Updated install.xml to point to a version of temporary version LLQtWebKit that skips past SSL/Cert errors so QuickBuy functions can be tested. (Windows only)
Also tweaked the QuickBuy Currency floater so scrollbars do not appear for current Web content
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_buy_currency_html.xml | 16 | 
1 files changed, 8 insertions, 8 deletions
| diff --git a/indra/newview/skins/default/xui/en/floater_buy_currency_html.xml b/indra/newview/skins/default/xui/en/floater_buy_currency_html.xml index ab44082070..4643f66bd8 100644 --- a/indra/newview/skins/default/xui/en/floater_buy_currency_html.xml +++ b/indra/newview/skins/default/xui/en/floater_buy_currency_html.xml @@ -2,26 +2,26 @@  <floater   legacy_header_height="18"   can_resize="false" - height="240" + height="280"   layout="topleft" - min_height="240" - min_width="420" + min_height="280" + min_width="450"   name="floater_buy_currency_html"   help_topic="floater_buy_currency_html"   save_rect="true"   single_instance="true"   title="BUY CURRENCY" - width="422"> + width="452">   <floater.string        name="buy_currency_url" translate="false"> -        http://user.lindenlab.com/~callum/ez/index.php?lang=[LANGUAGE]&sa=[SPECIFIC_AMOUNT]&sum=[SUM]&msg=[MSG]&bal=[BAL] -</floater.string> +        https://quick-buy-www.jeff.ooze.lindenlab.com/en/display + </floater.string>      <web_browser -     bottom="238" +     bottom="278"       follows="left|right|top|bottom"       layout="topleft"       left="2"       name="browser"       top="18" -     width="420" /> +     width="450" />  </floater> | 
