From bdb0f4f4853472bdba94ed7a6a70653de6290e0c Mon Sep 17 00:00:00 2001 From: Kitty Barnett Date: Fri, 15 Jun 2012 17:11:58 +0200 Subject: STORM-276 FIXED Main dictionary combobox in spell check settings floater doesn't sort dictionaries by name --- indra/newview/llfloaterspellchecksettings.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra') diff --git a/indra/newview/llfloaterspellchecksettings.cpp b/indra/newview/llfloaterspellchecksettings.cpp index 8e4e5bb744..22eaa566fe 100644 --- a/indra/newview/llfloaterspellchecksettings.cpp +++ b/indra/newview/llfloaterspellchecksettings.cpp @@ -179,6 +179,7 @@ void LLFloaterSpellCheckerSettings::refreshDictionaries(bool from_settings) dict_combo->clear(); } } + dict_combo->sortByName(); dict_combo->setEnabled(enabled); // Populate the available and active dictionary list -- cgit v1.2.3