diff options
author | Kitty Barnett <develop@catznip.com> | 2012-06-15 17:11:58 +0200 |
---|---|---|
committer | Kitty Barnett <develop@catznip.com> | 2012-06-15 17:11:58 +0200 |
commit | bdb0f4f4853472bdba94ed7a6a70653de6290e0c (patch) | |
tree | 0a618468dd1366d7192d65cda02e02f2a0280862 | |
parent | c3cb28ec67435a161f4d53b8191ed5f87c17f99d (diff) |
STORM-276 FIXED Main dictionary combobox in spell check settings floater doesn't sort dictionaries by name
-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 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 |