diff options
author | Kitty Barnett <develop@catznip.com> | 2012-06-11 16:04:24 +0200 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2012-06-11 16:04:24 +0200 |
commit | 53bd3ada86faf8c470989c809c2baeb3a3e7770c (patch) | |
tree | 7bb1fca7791ba812426d0ef8f6c40a9b3b618e2b /indra/newview/llfloaterspellchecksettings.h | |
parent | 80b1a2c0a8f7b4444dc1588ba5f71bbb69b40acd (diff) |
STORM-276 Distinguish between default dictionaries and user-installed dictionaries
Diffstat (limited to 'indra/newview/llfloaterspellchecksettings.h')
-rw-r--r-- | indra/newview/llfloaterspellchecksettings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterspellchecksettings.h b/indra/newview/llfloaterspellchecksettings.h index 521b586835..da3239bca3 100644 --- a/indra/newview/llfloaterspellchecksettings.h +++ b/indra/newview/llfloaterspellchecksettings.h @@ -43,7 +43,7 @@ protected: void onBtnMove(const std::string& from, const std::string& to); void onBtnOK(); void onSpellCheckSettingsChange(); - void refreshDictionaryLists(bool from_settings); + void refreshDictionaries(bool from_settings); }; class LLFloaterSpellCheckerImport : public LLFloater |