diff options
author | McCabe Maxsted | 2011-04-19 16:05:19 -0700 |
---|---|---|
committer | McCabe Maxsted | 2011-04-19 16:05:19 -0700 |
commit | 5e4aa665be2cf5544152a522b781f259188ef749 (patch) | |
tree | 01b8656cc9d2736753bf2c527db8b6cc34d1398a /linden | |
parent | Remember name and password based on grid. This is far from optimal, but will ... (diff) | |
download | meta-impy-5e4aa665be2cf5544152a522b781f259188ef749.zip meta-impy-5e4aa665be2cf5544152a522b781f259188ef749.tar.gz meta-impy-5e4aa665be2cf5544152a522b781f259188ef749.tar.bz2 meta-impy-5e4aa665be2cf5544152a522b781f259188ef749.tar.xz |
Fixed bug in moving reset prefs to the main prefs window (didn't show the notification)
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/llfloaterpreference.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterpreference.cpp b/linden/indra/newview/llfloaterpreference.cpp index c99d75d..52192b8 100644 --- a/linden/indra/newview/llfloaterpreference.cpp +++ b/linden/indra/newview/llfloaterpreference.cpp | |||
@@ -402,6 +402,8 @@ BOOL LLFloaterPreference::postBuild() | |||
402 | 402 | ||
403 | mOKBtn = getChild<LLButton>("OK"); | 403 | mOKBtn = getChild<LLButton>("OK"); |
404 | mOKBtn->setClickedCallback(onBtnOK, this); | 404 | mOKBtn->setClickedCallback(onBtnOK, this); |
405 | |||
406 | childSetAction("reset_btn", onClickResetPrefs, this); | ||
405 | 407 | ||
406 | mPreferenceCore = new LLPreferenceCore( | 408 | mPreferenceCore = new LLPreferenceCore( |
407 | getChild<LLTabContainer>("pref core"), | 409 | getChild<LLTabContainer>("pref core"), |