1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

wxID_EXIT is already imported, no need to specify package name

This commit is contained in:
Henrik Brix Andersen
2012-06-12 23:47:59 +02:00
parent 230d4377c9
commit 65d6a83672
+1 -1
View File
@@ -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 });