mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 02:39:06 +08:00
wxID_EXIT is already imported, no need to specify package name
This commit is contained in:
parent
230d4377c9
commit
65d6a83672
@ -44,7 +44,7 @@ sub OnInit {
|
||||
$fileMenu->Append(5, "Slice and Save As…");
|
||||
$fileMenu->Append(6, "Export SVG…");
|
||||
$fileMenu->AppendSeparator();
|
||||
$fileMenu->Append(&Wx::wxID_EXIT, "&Quit");
|
||||
$fileMenu->Append(wxID_EXIT, "&Quit");
|
||||
$menubar->Append($fileMenu, "&File");
|
||||
EVT_MENU($frame, 1, sub { $panel->save_config });
|
||||
EVT_MENU($frame, 2, sub { $panel->load_config });
|
||||
|
Loading…
x
Reference in New Issue
Block a user