mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 10:11:58 +08:00
parent
3b1b2b6165
commit
c0485ec817
@ -654,7 +654,7 @@ void PreferencesDialog::create_settings_mode_widget()
|
|||||||
m_values["new_settings_layout_mode"] = boost::any_cast<bool>(selection == 2) ? "1" : "0";
|
m_values["new_settings_layout_mode"] = boost::any_cast<bool>(selection == 2) ? "1" : "0";
|
||||||
m_values["dlg_settings_layout_mode"] = boost::any_cast<bool>(selection == 3) ? "1" : "0";
|
m_values["dlg_settings_layout_mode"] = boost::any_cast<bool>(selection == 3) ? "1" : "0";
|
||||||
});
|
});
|
||||||
std::wstring unstable_warning = _L("!! Can be unstable in some os distribution !!");
|
wxString unstable_warning = _L("!! Can be unstable in some os distribution !!");
|
||||||
m_layout_mode_box->SetToolTip(_L("Choose how the windows are selectable and displayed:")
|
m_layout_mode_box->SetToolTip(_L("Choose how the windows are selectable and displayed:")
|
||||||
+ "\n* " + _L(" Tab layout: all windows are in the application, all are selectable via a tab.")
|
+ "\n* " + _L(" Tab layout: all windows are in the application, all are selectable via a tab.")
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user