fix gui2 comboboxes

This commit is contained in:
gfgtdf 2016-01-21 15:22:13 +01:00
parent aed0d26e20
commit d80cb04193

View file

@ -85,7 +85,7 @@ void tcombobox::set_state(const tstate state)
const std::string& tcombobox::get_control_type() const
{
static const std::string type = "button";
static const std::string type = "combobox";
return type;
}