mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Fixed compile on OsX
This commit is contained in:
@@ -1436,7 +1436,7 @@ std::unique_ptr<CheckboxFileDialog> Plater::priv::get_export_file(GUI::FileType
|
|||||||
wxGetApp().preset_bundle->export_selections(print.placeholder_parser());
|
wxGetApp().preset_bundle->export_selections(print.placeholder_parser());
|
||||||
|
|
||||||
auto dlg = Slic3r::make_unique<CheckboxFileDialog>(q,
|
auto dlg = Slic3r::make_unique<CheckboxFileDialog>(q,
|
||||||
((file_type == FT_AMF) || (file_type == FT_3MF)) ? _(L("Export print config")) : wxEmptyString,
|
((file_type == FT_AMF) || (file_type == FT_3MF)) ? _(L("Export print config")) : "",
|
||||||
true,
|
true,
|
||||||
_(L("Save file as:")),
|
_(L("Save file as:")),
|
||||||
output_file.parent_path().string(),
|
output_file.parent_path().string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user