diff options
| author | Oz Linden <oz@lindenlab.com> | 2012-05-11 12:22:43 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2012-05-11 12:22:43 -0400 |
| commit | 9bdb1d82f867147af44def8c1cca3dfb8259b99c (patch) | |
| tree | 80dfa51fb1fd89e020d25ff88e7df5928e0e13bc /indra/newview/llfloaterpreference.cpp | |
| parent | d3ec35fc6c2b8b47336650fe0570995201854a78 (diff) | |
rename feature from "autocorrect" to "autoreplace", change names accordingly
Diffstat (limited to 'indra/newview/llfloaterpreference.cpp')
| -rwxr-xr-x | indra/newview/llfloaterpreference.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp index 9954878ae4..362904f0f8 100755 --- a/indra/newview/llfloaterpreference.cpp +++ b/indra/newview/llfloaterpreference.cpp @@ -35,7 +35,7 @@ #include "llfloaterpreference.h" #include "message.h" -#include "llautocorrectfloater.h" +#include "llautoreplacefloater.h" #include "llagent.h" #include "llavatarconstants.h" #include "llcheckboxctrl.h" @@ -355,7 +355,7 @@ LLFloaterPreference::LLFloaterPreference(const LLSD& key) gSavedSettings.getControl("NameTagShowFriends")->getCommitSignal()->connect(boost::bind(&handleNameTagOptionChanged, _2)); gSavedSettings.getControl("UseDisplayNames")->getCommitSignal()->connect(boost::bind(&handleDisplayNamesOptionChanged, _2)); - mCommitCallbackRegistrar.add("Pref.ShowAC", boost::bind(&AutoCorrectFloater::showFloater)); + mCommitCallbackRegistrar.add("Pref.ShowAC", boost::bind(&AutoReplaceFloater::showFloater)); LLAvatarPropertiesProcessor::getInstance()->addObserver( gAgent.getID(), this ); } |
