diff options
Diffstat (limited to 'indra')
-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> |