aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lgghunspell_wrapper.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-09-15 11:20:50 -0700
committerMcCabe Maxsted2010-09-15 11:20:50 -0700
commit465e1f011fa5b44b2873030e09fbf1631b069046 (patch)
treedb150b49510beba7b78b1db279473c58c18aa4ab /linden/indra/newview/lgghunspell_wrapper.cpp
parentFixed up the spellcheck preferences labels to something more easily understan... (diff)
downloadmeta-impy-465e1f011fa5b44b2873030e09fbf1631b069046.zip
meta-impy-465e1f011fa5b44b2873030e09fbf1631b069046.tar.gz
meta-impy-465e1f011fa5b44b2873030e09fbf1631b069046.tar.bz2
meta-impy-465e1f011fa5b44b2873030e09fbf1631b069046.tar.xz
More spell checking cleanup
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lgghunspell_wrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/lgghunspell_wrapper.cpp b/linden/indra/newview/lgghunspell_wrapper.cpp
index 632c117..f800043 100644
--- a/linden/indra/newview/lgghunspell_wrapper.cpp
+++ b/linden/indra/newview/lgghunspell_wrapper.cpp
@@ -964,7 +964,7 @@ void lggHunSpell_Wrapper::editCustomButton()
964 gViewerWindow->getWindow()->ShellEx(dicdicpath); 964 gViewerWindow->getWindow()->ShellEx(dicdicpath);
965} 965}
966 966
967void lggHunSpell_Wrapper::setNewHighlightSetting(BOOL highlight) 967void lggHunSpell_Wrapper::setSpellCheckHighlight(BOOL highlight)
968{ 968{
969 mSpellCheckHighlight = highlight; 969 mSpellCheckHighlight = highlight;
970} 970}