mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-23 15:06:32 +00:00
Filename filters should be translated
This commit is contained in:
@@ -432,7 +432,7 @@ QString RDDialog::getExecutableFileName(QWidget *parent, const QString &caption,
|
||||
|
||||
#if defined(Q_OS_WIN32)
|
||||
// can't filter by executable bit on windows, but we have extensions
|
||||
filter = lit("Executables (*.exe);;All Files (*.*)");
|
||||
filter = QApplication::translate("RDDialog", "Executables (*.exe);;All Files (*.*)");
|
||||
#endif
|
||||
|
||||
QFileDialog fd(parent, caption, dir, filter);
|
||||
|
||||
Reference in New Issue
Block a user