System Dialog - use bigger image, as the smaller one is not contained

in our Windows binary distro.
Fixed typo in "Add support bloker"
This commit is contained in:
bubnikv 2018-12-05 16:24:43 +01:00
parent d13dca906b
commit b6861a5791
2 changed files with 4 additions and 5 deletions

View file

@ -623,7 +623,7 @@ wxMenu* ObjectList::create_object_popupmenu()
std::vector<std::string> menu_object_types_items = {L("Add part"), // ~ModelVolume::MODEL_PART
L("Add modifier"), // ~ModelVolume::PARAMETER_MODIFIER
L("Add support enforcer"), // ~ModelVolume::SUPPORT_ENFORCER
L("Add support bloker") }; // ~ModelVolume::SUPPORT_BLOCKER
L("Add support blocker") }; // ~ModelVolume::SUPPORT_BLOCKER
const int obj_types_count = menu_object_types_items.size();
const int generics_count = 5; // "Load ...", "Box", "Cylinder", "Sphere", "Slab"