Skip to content

Commit 3a864b4

Browse files
author
kbay
committed
Update open files with "All files"
1 parent c7b5d62 commit 3a864b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

windows/e_receive_w.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void wnd::Receive::on_recieveFileButton_clicked()
7777

7878
QString fileName = QFileDialog::getOpenFileName(this, tr("Open initial transaction file"),
7979
state->getFileGenerationPath(),
80-
tr("MWC transaction (*.tx)"));
80+
tr("MWC transaction (*.tx);;All files (*.*)"));
8181

8282
if (fileName.length()==0)
8383
return;

windows/g_finalizeupload_w.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ void FinalizeUpload::on_uploadFileBtn_clicked() {
5050
// It is really wrong, but also we don't want to have special state for that.
5151
QString fileName = QFileDialog::getOpenFileName(this, tr("Finalize transaction file"),
5252
state->getFileGenerationPath(),
53-
tr("MWC response transaction (*.tx.response)"));
53+
tr("MWC response transaction (*.tx.response);;All files (*.*)"));
5454

5555
if (fileName.length() == 0) {
5656
return;

0 commit comments

Comments
 (0)