summaryrefslogtreecommitdiff
path: root/indra/llui/llspellcheck.h
diff options
context:
space:
mode:
authorKitty Barnett <develop@catznip.com>2012-06-11 16:04:24 +0200
committerKitty Barnett <develop@catznip.com>2012-06-11 16:04:24 +0200
commit53bd3ada86faf8c470989c809c2baeb3a3e7770c (patch)
tree7bb1fca7791ba812426d0ef8f6c40a9b3b618e2b /indra/llui/llspellcheck.h
parent80b1a2c0a8f7b4444dc1588ba5f71bbb69b40acd (diff)
STORM-276 Distinguish between default dictionaries and user-installed dictionaries
Diffstat (limited to 'indra/llui/llspellcheck.h')
-rw-r--r--indra/llui/llspellcheck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llspellcheck.h b/indra/llui/llspellcheck.h
index acb121dd19..776565b20a 100644
--- a/indra/llui/llspellcheck.h
+++ b/indra/llui/llspellcheck.h
@@ -62,6 +62,7 @@ public:
static const LLSD getDictionaryData(const std::string& dict_language);
static const LLSD& getDictionaryMap() { return sDictMap; }
static bool getUseSpellCheck();
+ static bool hasDictionary(const std::string& dict_language, bool check_installed = false);
static void refreshDictionaryMap();
static void setUseSpellCheck(const std::string& dict_name);
protected: