aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lgghunspell_wrapper.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-09-15 03:33:05 -0700
committerMcCabe Maxsted2010-09-15 03:33:05 -0700
commitd14cf874b7b09ed9d845d7176f0c406a2e79f203 (patch)
tree2bdfdcf2aee411407789ba4726a8a2b155864129 /linden/indra/newview/lgghunspell_wrapper.h
parentUpdated CannotBuyLandMaturity notification with info on how to fix the problem (diff)
downloadmeta-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.h6
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
30public: 30public:
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
72extern lggHunSpell_Wrapper *glggHunSpell; // the singleton hunspell wrapper 72extern lggHunSpell_Wrapper* glggHunSpell; // the singleton hunspell wrapper
73 73
74#endif 74#endif