diff options
| author | James Cook <james@lindenlab.com> | 2010-05-19 09:38:49 -0700 |
|---|---|---|
| committer | James Cook <james@lindenlab.com> | 2010-05-19 09:38:49 -0700 |
| commit | cbc9fcabf945558ef22d35e2957ae9f1c879ef7b (patch) | |
| tree | 4518f990c57c468f53b9e75fde6b2c408b77f29b /indra/newview/llfloaterpreference.cpp | |
| parent | 09f0758f2fce699659a6ebc63962d4f9493f0098 (diff) | |
DEV-50013 More SLID to Username renames
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
| -rw-r--r-- | indra/newview/llfloaterpreference.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index f248fde64a..a7e5eedf5f 100644 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -326,7 +326,7 @@ LLFloaterPreference::LLFloaterPreference(const LLSD& key) sSkin = gSavedSettings.getString("SkinCurrent"); - gSavedSettings.getControl("NameTagShowSLIDs")->getCommitSignal()->connect(boost::bind(&handleNameTagOptionChanged, _2)); + gSavedSettings.getControl("NameTagShowUsernames")->getCommitSignal()->connect(boost::bind(&handleNameTagOptionChanged, _2)); gSavedSettings.getControl("UseDisplayNames")->getCommitSignal()->connect(boost::bind(&handleDisplayNamesOptionChanged, _2)); } |
