From c8f21753fa4cc88e3ad58f9e117c231d6f5388c0 Mon Sep 17 00:00:00 2001
From: Oz Linden <oz@lindenlab.com>
Date: Thu, 14 Jun 2012 20:18:16 -0400
Subject: [PATCH] STORM-1881: close dictionary import dialog if parent spell
 checking prefs dialog is closed

---
 indra/newview/llfloaterspellchecksettings.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/llfloaterspellchecksettings.cpp b/indra/newview/llfloaterspellchecksettings.cpp
index 95934d46a8b..5116ec50a6a 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;
 
-- 
GitLab