wxID_EXIT is already imported, no need to specify package name
This commit is contained in:
parent
230d4377c9
commit
65d6a83672
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue