summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorKitty Barnett <develop@catznip.com>2012-06-15 17:11:58 +0200
committerKitty Barnett <develop@catznip.com>2012-06-15 17:11:58 +0200
commitbdb0f4f4853472bdba94ed7a6a70653de6290e0c (patch)
tree0a618468dd1366d7192d65cda02e02f2a0280862 /indra
parentc3cb28ec67435a161f4d53b8191ed5f87c17f99d (diff)
STORM-276 FIXED Main dictionary combobox in spell check settings floater doesn't sort dictionaries by name
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterspellchecksettings.cpp1
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