update translation

This commit is contained in:
royqh1979 2021-11-06 14:55:41 +08:00
parent bd26ad967d
commit 0cb696ae68
2 changed files with 410 additions and 383 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2667,7 +2667,7 @@ void MainWindow::onLstProblemSetContextMenu(const QPoint &pos)
this, this,
tr("Select Answer Source File"), tr("Select Answer Source File"),
QString(), QString(),
tr("C/C++Source Files (*.c *.cpp *.cc *.cxx") tr("C/C++Source Files (*.c *.cpp *.cc *.cxx)")
); );
if (!filename.isEmpty()) { if (!filename.isEmpty()) {
QDir::setCurrent(extractFileDir(filename)); QDir::setCurrent(extractFileDir(filename));