mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Adhere to various human interface guidelines.
This commit is contained in:
@@ -88,7 +88,7 @@ sub OnInit {
|
||||
# Help menu
|
||||
my $helpMenu = Wx::Menu->new;
|
||||
{
|
||||
$helpMenu->Append(7, "Configuration Wizard…");
|
||||
$helpMenu->Append(7, "Configuration $Slic3r::GUI::ConfigWizard::wizard…");
|
||||
$helpMenu->Append(8, "Slic3r Website");
|
||||
$helpMenu->Append(wxID_ABOUT, "&About Slic3r");
|
||||
EVT_MENU($frame, 7, sub { $self->{skeinpanel}->config_wizard });
|
||||
|
||||
Reference in New Issue
Block a user