mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Fixed compilation on OSX,
improved utf8 compatibility of Tab::may_discard_current_dirty_preset(), renamed "SLA Print Profile" / "SLA Material Profile" to just "Print Profile" resp. Material Profile.
This commit is contained in:
parent
27b95584f4
commit
50e44af46c
2 changed files with 13 additions and 16 deletions
|
@ -360,7 +360,7 @@ class TabSLAMaterial : public Tab
|
|||
{
|
||||
public:
|
||||
TabSLAMaterial(wxNotebook* parent) :
|
||||
Tab(parent, _(L("SLA Material Settings")), "sla_material") {}
|
||||
Tab(parent, _(L("Material Settings")), "sla_material") {}
|
||||
~TabSLAMaterial() {}
|
||||
|
||||
void build() override;
|
||||
|
@ -374,7 +374,7 @@ class TabSLAPrint : public Tab
|
|||
{
|
||||
public:
|
||||
TabSLAPrint(wxNotebook* parent) :
|
||||
Tab(parent, _(L("SLA Print Settings")), "sla_print") {}
|
||||
Tab(parent, _(L("Print Settings")), "sla_print") {}
|
||||
~TabSLAPrint() {}
|
||||
void build() override;
|
||||
void reload_config() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue