forked from mirror/openmw-tes3mp
Sort using ciLess, not ciEqual
This commit is contained in:
parent
88f8f25ffa
commit
1adb81abd0
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ namespace MWDialogue
|
|||
win->setServices (windowServices);
|
||||
|
||||
// sort again, because the previous sort was case-sensitive
|
||||
keywordList.sort(Misc::StringUtils::ciEqual);
|
||||
keywordList.sort(Misc::StringUtils::ciLess);
|
||||
win->setKeywords(keywordList);
|
||||
|
||||
mChoice = choice;
|
||||
|
|
Loading…
Reference in a new issue