mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Adhere to various human interface guidelines.
This commit is contained in:
parent
fda21bd6f2
commit
a6da019fc6
2 changed files with 12 additions and 8 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue