mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fix of tooltips on OSX showing on the first page of a parameter tab.
This commit is contained in:
parent
645cc65d2b
commit
5f1f7dcbed
5 changed files with 63 additions and 90 deletions
|
@ -886,9 +886,9 @@ const wxString& ConfigWizard::name()
|
|||
{
|
||||
// A different naming convention is used for the Wizard on Windows vs. OSX & GTK.
|
||||
#if WIN32
|
||||
static const wxString config_wizard_name = _(L("Configuration Wizard"));
|
||||
static const wxString config_wizard_name = L("Configuration Wizard");
|
||||
#else
|
||||
static const wxString config_wizard_name = _(L("Configuration Assistant"));
|
||||
static const wxString config_wizard_name = L("Configuration Assistant");
|
||||
#endif
|
||||
return config_wizard_name;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue