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:
bubnikv 2018-12-04 19:10:31 +01:00
parent 27b95584f4
commit 50e44af46c
2 changed files with 13 additions and 16 deletions

View file

@ -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;