aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterbuy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llfloaterbuy.cpp')
-rw-r--r--linden/indra/newview/llfloaterbuy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterbuy.cpp b/linden/indra/newview/llfloaterbuy.cpp
index be52084..4070ea7 100644
--- a/linden/indra/newview/llfloaterbuy.cpp
+++ b/linden/indra/newview/llfloaterbuy.cpp
@@ -59,7 +59,7 @@ LLFloaterBuy::LLFloaterBuy()
59 childSetAction("cancel_btn", onClickCancel, this); 59 childSetAction("cancel_btn", onClickCancel, this);
60 childSetAction("buy_btn", onClickBuy, this); 60 childSetAction("buy_btn", onClickBuy, this);
61 61
62 setDefaultBtn("buy_btn"); 62 setDefaultBtn("cancel_btn"); // to avoid accidental buy (SL-43130)
63} 63}
64 64
65LLFloaterBuy::~LLFloaterBuy() 65LLFloaterBuy::~LLFloaterBuy()