mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 09:35:56 +08:00
fix of string format
This commit is contained in:
parent
315a988a8a
commit
b102826726
@ -230,7 +230,7 @@ void WifiConfigDialog::on_ok(wxCommandEvent& e)
|
|||||||
|
|
||||||
wxString ssid = m_ssid_combo->GetValue();
|
wxString ssid = m_ssid_combo->GetValue();
|
||||||
wxString pass = m_pass_textctrl->GetValue();
|
wxString pass = m_pass_textctrl->GetValue();
|
||||||
wxString data = GUI::format(
|
std::string data = GUI::format(
|
||||||
"[wifi]\n"
|
"[wifi]\n"
|
||||||
"ssid=%1%\n"
|
"ssid=%1%\n"
|
||||||
"psk=%2%\n"
|
"psk=%2%\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user