diff options
author | Oz Linden <oz@lindenlab.com> | 2012-06-14 20:18:16 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2012-06-14 20:18:16 -0400 |
commit | c8f21753fa4cc88e3ad58f9e117c231d6f5388c0 (patch) | |
tree | 1c897c28e904fa4e8b11953ba1eed1ca12164643 /indra | |
parent | fc1f30a05b14d80786f7fd41b30640092fc5683d (diff) |
STORM-1881: close dictionary import dialog if parent spell checking prefs dialog is closed
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaterspellchecksettings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterspellchecksettings.cpp b/indra/newview/llfloaterspellchecksettings.cpp index 95934d46a8..5116ec50a6 100644 --- a/indra/newview/llfloaterspellchecksettings.cpp +++ b/indra/newview/llfloaterspellchecksettings.cpp @@ -106,6 +106,7 @@ void LLFloaterSpellCheckerSettings::onClose(bool app_quitting) // don't save anything return; } + LLFloaterReg::hideInstance("prefs_spellchecker_import"); std::list<std::string> list_dict; |