mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
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:
parent
d13dca906b
commit
b6861a5791
2 changed files with 4 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue