diff options
Diffstat (limited to '')
-rw-r--r-- | linden/doc/contributions.txt | 2 | ||||
-rw-r--r-- | linden/indra/newview/llfloatersettingsdebug.cpp | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/linden/doc/contributions.txt b/linden/doc/contributions.txt index c3d5e59..a1e46fd 100644 --- a/linden/doc/contributions.txt +++ b/linden/doc/contributions.txt | |||
@@ -42,8 +42,10 @@ Alejandro Rosenthal | |||
42 | Aleric Inglewood | 42 | Aleric Inglewood |
43 | SNOW-196 | 43 | SNOW-196 |
44 | SNOW-408 | 44 | SNOW-408 |
45 | SNOW-796 | ||
45 | VWR-10759 | 46 | VWR-10759 |
46 | VWR-10837 | 47 | VWR-10837 |
48 | IMP-581 | ||
47 | Alissa Sabre | 49 | Alissa Sabre |
48 | VWR-81 | 50 | VWR-81 |
49 | VWR-83 | 51 | VWR-83 |
diff --git a/linden/indra/newview/llfloatersettingsdebug.cpp b/linden/indra/newview/llfloatersettingsdebug.cpp index 2e414cb..fd6c47b 100644 --- a/linden/indra/newview/llfloatersettingsdebug.cpp +++ b/linden/indra/newview/llfloatersettingsdebug.cpp | |||
@@ -217,7 +217,7 @@ void LLFloaterSettingsDebug::onClickDefault(void* user_data) | |||
217 | 217 | ||
218 | if (controlp) | 218 | if (controlp) |
219 | { | 219 | { |
220 | controlp->resetToDefault(); | 220 | controlp->resetToDefault(true); |
221 | floaterp->updateControl(controlp); | 221 | floaterp->updateControl(controlp); |
222 | } | 222 | } |
223 | } | 223 | } |