diff options
author | McCabe Maxsted | 2010-09-15 11:20:50 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-15 11:20:50 -0700 |
commit | 465e1f011fa5b44b2873030e09fbf1631b069046 (patch) | |
tree | db150b49510beba7b78b1db279473c58c18aa4ab /linden/indra/newview/lgghunspell_wrapper.cpp | |
parent | Fixed up the spellcheck preferences labels to something more easily understan... (diff) | |
download | meta-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.cpp | 2 |
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 | ||
967 | void lggHunSpell_Wrapper::setNewHighlightSetting(BOOL highlight) | 967 | void lggHunSpell_Wrapper::setSpellCheckHighlight(BOOL highlight) |
968 | { | 968 | { |
969 | mSpellCheckHighlight = highlight; | 969 | mSpellCheckHighlight = highlight; |
970 | } | 970 | } |