update translation
This commit is contained in:
parent
bd26ad967d
commit
0cb696ae68
File diff suppressed because it is too large
Load Diff
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue