stockpiles: show proper cased names in filter list

develop
Casey Link 2014-12-05 16:52:57 +01:00
parent 52f4cb3fc1
commit b0e0bbda9b
1 changed files with 1 additions and 1 deletions

@ -46,7 +46,7 @@ function ListFilterDialog(args)
local name = v
local icon
table.insert(choices, {
icon = icon, text = string.lower(name), index = i
icon = icon, search_key = string.lower(name), text = name, index = i
})
end
end