diff options
author | McCabe Maxsted | 2010-09-15 03:33:05 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-15 03:33:05 -0700 |
commit | d14cf874b7b09ed9d845d7176f0c406a2e79f203 (patch) | |
tree | 2bdfdcf2aee411407789ba4726a8a2b155864129 /linden/indra/newview/lgghunspell_wrapper.h | |
parent | Updated CannotBuyLandMaturity notification with info on how to fix the problem (diff) | |
download | meta-impy-d14cf874b7b09ed9d845d7176f0c406a2e79f203.zip meta-impy-d14cf874b7b09ed9d845d7176f0c406a2e79f203.tar.gz meta-impy-d14cf874b7b09ed9d845d7176f0c406a2e79f203.tar.bz2 meta-impy-d14cf874b7b09ed9d845d7176f0c406a2e79f203.tar.xz |
First commit in the long overhaul of making spell check consistent and workable. Contains code cleanup and a change in logic. Spell check is now only available on text/line editors that have spell_check set to true in xml
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/lgghunspell_wrapper.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/newview/lgghunspell_wrapper.h b/linden/indra/newview/lgghunspell_wrapper.h index 348f479..4d07ff8 100644 --- a/linden/indra/newview/lgghunspell_wrapper.h +++ b/linden/indra/newview/lgghunspell_wrapper.h | |||
@@ -28,9 +28,9 @@ class lggHunSpell_Wrapper | |||
28 | { | 28 | { |
29 | 29 | ||
30 | public: | 30 | public: |
31 | static Hunspell * myHunspell; | 31 | static Hunspell* myHunspell; |
32 | 32 | ||
33 | BOOL highlightInRed; | 33 | BOOL mSpellCheckHighlight; |
34 | 34 | ||
35 | static void initSettings(); | 35 | static void initSettings(); |
36 | void processSettings(); | 36 | void processSettings(); |
@@ -69,6 +69,6 @@ private: | |||
69 | //std::vector<std::string> countryCodes; | 69 | //std::vector<std::string> countryCodes; |
70 | }; | 70 | }; |
71 | 71 | ||
72 | extern lggHunSpell_Wrapper *glggHunSpell; // the singleton hunspell wrapper | 72 | extern lggHunSpell_Wrapper* glggHunSpell; // the singleton hunspell wrapper |
73 | 73 | ||
74 | #endif | 74 | #endif |