Delete bugwizard

This commit is contained in:
QIDI TECH
2023-06-28 11:36:09 +08:00
parent aa2c60497f
commit 297fda6005
3 changed files with 4 additions and 10 deletions

View File

@@ -2021,7 +2021,7 @@ void GUI_App::import_model(wxWindow *parent, wxArrayString& input_files) const
{
input_files.Clear();
wxFileDialog dialog(parent ? parent : GetTopWindow(),
_L("Choose one or more files (STL/3MF/STEP/OBJ/AMF/PRUSA):"),
_L("Choose one or more files (STL/3MF/STEP/OBJ/AMF/QIDI):"),
from_u8(app_config->get_last_dir()), "",
file_wildcards(FT_MODEL), wxFD_OPEN | wxFD_MULTIPLE | wxFD_FILE_MUST_EXIST);