mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-04 09:34:46 -07:00
ENH:translate text
jira: none Change-Id: I80ec70f104a7e845a552e1054f52a0c9b17db870 (cherry picked from commit 4f3cab72a7c79dde9d14c31ca1db08a586c9d423)
This commit is contained in:
parent
6779336bb7
commit
c84358f309
2 changed files with 11 additions and 22 deletions
|
|
@ -1263,7 +1263,6 @@ SyncAmsInfoDialog::SyncAmsInfoDialog(wxWindow *parent, SyncInfo &info) :
|
|||
|
||||
m_append_color_sizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
m_append_color_checkbox = new ::CheckBox(this, wxID_ANY);
|
||||
m_append_color_checkbox->SetToolTip(_L("When you click \"Synchronize now\" button,it will append unmapped color."));
|
||||
//m_append_color_checkbox->SetForegroundColour(wxColour(107, 107, 107, 100));
|
||||
m_append_color_checkbox->SetValue(wxGetApp().app_config->get_bool("enable_append_color_by_sync_ams"));
|
||||
m_append_color_checkbox->Bind(wxEVT_CHECKBOX, [this](wxCommandEvent &e) {
|
||||
|
|
@ -1282,7 +1281,6 @@ SyncAmsInfoDialog::SyncAmsInfoDialog(wxWindow *parent, SyncInfo &info) :
|
|||
|
||||
m_merge_color_sizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
m_merge_color_checkbox = new ::CheckBox(this, wxID_ANY);
|
||||
m_merge_color_checkbox->SetToolTip(_L("When you click \"Synchronize now\" button,it will merge same ams to only one color."));
|
||||
//m_merge_color_checkbox->SetForegroundColour(wxColour(107, 107, 107, 100));
|
||||
m_merge_color_checkbox->SetValue(wxGetApp().app_config->get_bool("enable_merge_color_by_sync_ams"));
|
||||
m_merge_color_checkbox->Bind(wxEVT_CHECKBOX, [this](wxCommandEvent &e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue