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/CMakeLists.txt | |
parent | d3ec35fc6c2b8b47336650fe0570995201854a78 (diff) |
rename feature from "autocorrect" to "autoreplace", change names accordingly
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index efad75ec59..90468ccbef 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -98,8 +98,8 @@ set(viewer_SOURCE_FILES llassetuploadresponders.cpp llattachmentsmgr.cpp llaudiosourcevo.cpp - llautocorrect.cpp - llautocorrectfloater.cpp + llautoreplace.cpp + llautoreplacefloater.cpp llavataractions.cpp llavatariconctrl.cpp llavatarlist.cpp @@ -656,8 +656,8 @@ set(viewer_HEADER_FILES llassetuploadresponders.h llattachmentsmgr.h llaudiosourcevo.h - llautocorrect.h - llautocorrectfloater.h + llautoreplace.h + llautoreplacefloater.h llavataractions.h llavatariconctrl.h llavatarlist.h |