FIX: fix the spell error which cause linux bootup fail

JIRA: no-jira
Change-Id: Iedb805dc6728310208e8830cc34509c92bfbbb39
This commit is contained in:
lane.wei 2024-03-25 21:25:37 +08:00 committed by Lane.Wei
parent 78fe3b77ed
commit 1f9b56f9f1
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ wxMenu* MenuFactory::append_submenu_add_generic(wxMenu* menu, ModelVolumeType ty
sub_menu->AppendSeparator();
}
std::vector<std::string> icons = { "cube", "Cylinder", "Sphere", "Cone", "Disc", "Torus", "rounded_rectangle" };
std::vector<std::string> icons = { "Cube", "Cylinder", "Sphere", "Cone", "Disc", "Torus", "rounded_rectangle" };
size_t i = 0;
for (auto &item : {L("Cube"), L("Cylinder"), L("Sphere"), L("Cone"), L("Disc"),L("Torus"),L("Rounded Rectangle") })
{