From cf9814bc05f17e233e5d03e63fc2e519512b3e58 Mon Sep 17 00:00:00 2001 From: Martin Reddy Date: Thu, 1 Oct 2009 17:52:20 +0000 Subject: EXT-332: Updated the visual style of the Buy L$ floater based on Erica's design. Now any errors during the L$ purchase process will give you a nice prompt to visit the SL website. Replaced all user-visible references to the illegal term "currency" with the term "L$". Also fixed an outstanding bug with this floater: if you clicked the Buy button but then cancelled the confirmation dialog, then the Buy button would remain disabled. Now the Buy button is only disabled during periods when you actually cannot buy. Added initial support for local currencies, with the use of a new [LOCALAMOUNT] field in the XUI files. When the XML-RPC server can actually return local currency details, we can hook this up by just changing llcurrencyuimanager.cpp. Discussed XML-RPC interaction with Morpheus. Thanks to Erica for the images and first cut at the XUI. --- .../default/textures/widgets/Linden_Dollar_Alert.png | Bin 0 -> 66186 bytes .../textures/widgets/Linden_Dollar_Background.png | Bin 0 -> 9506 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 indra/newview/skins/default/textures/widgets/Linden_Dollar_Alert.png create mode 100644 indra/newview/skins/default/textures/widgets/Linden_Dollar_Background.png (limited to 'indra/newview/skins/default/textures/widgets') diff --git a/indra/newview/skins/default/textures/widgets/Linden_Dollar_Alert.png b/indra/newview/skins/default/textures/widgets/Linden_Dollar_Alert.png new file mode 100644 index 0000000000..a1f21e8194 Binary files /dev/null and b/indra/newview/skins/default/textures/widgets/Linden_Dollar_Alert.png differ diff --git a/indra/newview/skins/default/textures/widgets/Linden_Dollar_Background.png b/indra/newview/skins/default/textures/widgets/Linden_Dollar_Background.png new file mode 100644 index 0000000000..a1d602f6f0 Binary files /dev/null and b/indra/newview/skins/default/textures/widgets/Linden_Dollar_Background.png differ -- cgit v1.2.3