diff options
Diffstat (limited to 'linden/indra/newview/llfloaterbuy.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterbuy.cpp | 2 |
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 | ||
65 | LLFloaterBuy::~LLFloaterBuy() | 65 | LLFloaterBuy::~LLFloaterBuy() |