mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Add menu item shortcut for http://slic3r.org/
This commit is contained in:
parent
772ee033e0
commit
5e5dc02016
1 changed files with 2 additions and 0 deletions
|
@ -88,8 +88,10 @@ sub OnInit {
|
||||||
my $helpMenu = Wx::Menu->new;
|
my $helpMenu = Wx::Menu->new;
|
||||||
{
|
{
|
||||||
$helpMenu->Append(7, "Configuration Wizard…");
|
$helpMenu->Append(7, "Configuration Wizard…");
|
||||||
|
$helpMenu->Append(8, "Slic3r Website");
|
||||||
$helpMenu->Append(wxID_ABOUT, "&About Slic3r");
|
$helpMenu->Append(wxID_ABOUT, "&About Slic3r");
|
||||||
EVT_MENU($frame, 7, sub { $frame->{skeinpanel}->config_wizard });
|
EVT_MENU($frame, 7, sub { $frame->{skeinpanel}->config_wizard });
|
||||||
|
EVT_MENU($frame, 8, sub { Wx::LaunchDefaultBrowser('http://slic3r.org/') });
|
||||||
EVT_MENU($frame, wxID_ABOUT, \&about);
|
EVT_MENU($frame, wxID_ABOUT, \&about);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue