diff options
author | Kitty Barnett <develop@catznip.com> | 2012-06-11 17:37:06 +0200 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2012-06-11 17:37:06 +0200 |
commit | d96d3d525677ae5bebab1908394854b8fb79cdfb (patch) | |
tree | f94a953c4bea5f1249003532303d4d5951a645e5 /indra/newview/llfloaterspellchecksettings.h | |
parent | 45b00642aa3f0b58699e20a55cb50c2d32a09a67 (diff) |
STORM-276 Added the ability to remove (user-installed) dictionaries
Diffstat (limited to 'indra/newview/llfloaterspellchecksettings.h')
-rw-r--r-- | indra/newview/llfloaterspellchecksettings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterspellchecksettings.h b/indra/newview/llfloaterspellchecksettings.h index da3239bca3..67bd260048 100644 --- a/indra/newview/llfloaterspellchecksettings.h +++ b/indra/newview/llfloaterspellchecksettings.h @@ -34,6 +34,7 @@ class LLFloaterSpellCheckerSettings : public LLFloater public: LLFloaterSpellCheckerSettings(const LLSD& key); + /*virtual*/ void draw(); /*virtual*/ BOOL postBuild(); /*virtual*/ void onOpen(const LLSD& key); @@ -42,6 +43,7 @@ protected: void onBtnImport(); void onBtnMove(const std::string& from, const std::string& to); void onBtnOK(); + void onBtnRemove(); void onSpellCheckSettingsChange(); void refreshDictionaries(bool from_settings); }; |