Skip to content

Commit 1f8ef51

Browse files
committed
https://github.com/mwcproject/mwc-qt-wallet/issues/206
1 parent bd241b9 commit 1f8ef51

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
@@ -87,7 +87,7 @@ void wnd::Receive::on_recieveFileButton_clicked()
8787

8888
QString fileName = QFileDialog::getOpenFileName(this, tr("Open initial transaction file"),
8989
state->getFileGenerationPath(),
90-
tr("MWC transaction (*.tx);;All files (*.*)"));
90+
tr("MWC transaction (*.tx *.input);;All files (*.*)"));
9191

9292
if (fileName.length()==0)
9393
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);;All files (*.*)"));
53+
tr("MWC response transaction (*.tx.response *.response);;All files (*.*)"));
5454

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

0 commit comments

Comments
 (0)