FIX: fix the spell error which cause linux bootup fail
JIRA: no-jira Change-Id: Iedb805dc6728310208e8830cc34509c92bfbbb39
This commit is contained in:
parent
78fe3b77ed
commit
1f9b56f9f1
|
@ -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") })
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue