From c8f21753fa4cc88e3ad58f9e117c231d6f5388c0 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Thu, 14 Jun 2012 20:18:16 -0400 Subject: STORM-1881: close dictionary import dialog if parent spell checking prefs dialog is closed --- indra/newview/llfloaterspellchecksettings.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview') 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 list_dict; -- cgit v1.2.3