mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-17 05:45:55 +08:00
Fixed typo for last commit
This commit is contained in:
parent
810b48887d
commit
b7effbde17
@ -1031,7 +1031,7 @@ void menu_item_add_generic(wxMenuItem* &menu, int id) {
|
|||||||
|
|
||||||
#ifndef __WXMSW__
|
#ifndef __WXMSW__
|
||||||
sub_menu->Bind(wxEVT_MENU, [sub_menu](wxEvent &event) {
|
sub_menu->Bind(wxEVT_MENU, [sub_menu](wxEvent &event) {
|
||||||
load_lambda(menu->GetLabel(event.GetId()).ToStdString());
|
load_lambda(sub_menu->GetLabel(event.GetId()).ToStdString());
|
||||||
});
|
});
|
||||||
#endif //no __WXMSW__
|
#endif //no __WXMSW__
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user