Remove translation of literal filename/filter format.
This commit is contained in:
parent
a2bedcf06c
commit
bf6816d81a
1 changed files with 1 additions and 1 deletions
|
@ -4300,7 +4300,7 @@ void GMainWindow::OnInstallDecryptionKeys() {
|
||||||
|
|
||||||
const QString key_source_location =
|
const QString key_source_location =
|
||||||
QFileDialog::getOpenFileName(this, tr("Select Dumped Keys Location"), {},
|
QFileDialog::getOpenFileName(this, tr("Select Dumped Keys Location"), {},
|
||||||
tr("prod.keys (prod.keys)"), {}, QFileDialog::ReadOnly);
|
QStringLiteral("prod.keys (prod.keys)"), {}, QFileDialog::ReadOnly);
|
||||||
if (key_source_location.isEmpty()) {
|
if (key_source_location.isEmpty()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue