mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
ENH: do not add L prefix to empty string
Change-Id: I0fc7f57baf256452645be497020d75ffaf9c20f4
This commit is contained in:
parent
45de1d8368
commit
4419703f41
17 changed files with 38 additions and 38 deletions
|
@ -379,7 +379,7 @@ void AuFile::on_input_enter(wxCommandEvent &evt)
|
|||
fs::path newPath(new_dir_path);
|
||||
fs::rename(oldPath, newPath);
|
||||
} else {
|
||||
/*MessageDialog msg_wingow(nullptr, info_line, _L(""),
|
||||
/*MessageDialog msg_wingow(nullptr, info_line, "",
|
||||
wxICON_WARNING | wxOK);
|
||||
if (msg_wingow.ShowModal() == wxID_CANCEL) {
|
||||
m_input_name->GetTextCtrl()->SetValue(wxEmptyString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue