Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer into et_experiments
This commit is contained in:
commit
4504569f8e
BIN
resources/localization/tr/PrusaSlicer.mo
Normal file
BIN
resources/localization/tr/PrusaSlicer.mo
Normal file
Binary file not shown.
7166
resources/localization/tr/PrusaSlicer_tr.po
Normal file
7166
resources/localization/tr/PrusaSlicer_tr.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -2828,8 +2828,10 @@ void ObjectList::OnEditingDone(wxDataViewEvent &event)
|
|||||||
const auto renderer = dynamic_cast<BitmapTextRenderer*>(GetColumn(0)->GetRenderer());
|
const auto renderer = dynamic_cast<BitmapTextRenderer*>(GetColumn(0)->GetRenderer());
|
||||||
|
|
||||||
if (renderer->WasCanceled())
|
if (renderer->WasCanceled())
|
||||||
show_error(this, _(L("The supplied name is not valid;")) + "\n" +
|
wxTheApp->CallAfter([this]{
|
||||||
_(L("the following characters are not allowed:")) + " <>:/\\|?*\"");
|
show_error(this, _(L("The supplied name is not valid;")) + "\n" +
|
||||||
|
_(L("the following characters are not allowed:")) + " <>:/\\|?*\"");
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
void ObjectList::show_multi_selection_menu()
|
void ObjectList::show_multi_selection_menu()
|
||||||
|
Loading…
Reference in New Issue
Block a user