mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH: do not add L prefix to empty string
Change-Id: I0fc7f57baf256452645be497020d75ffaf9c20f4
This commit is contained in:
@@ -15,7 +15,7 @@ namespace GUI {
|
||||
|
||||
|
||||
ParamsDialog::ParamsDialog(wxWindow * parent)
|
||||
: DPIDialog(parent, wxID_ANY, _L(""), wxDefaultPosition,
|
||||
: DPIDialog(parent, wxID_ANY, "", wxDefaultPosition,
|
||||
wxDefaultSize, wxCAPTION | wxCLOSE_BOX | wxRESIZE_BORDER)
|
||||
{
|
||||
m_panel = new ParamsPanel(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxBK_LEFT | wxTAB_TRAVERSAL);
|
||||
|
||||
Reference in New Issue
Block a user