From 6b090b667fa9b2eff63631c28ede4feb4acec812 Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Fri, 7 Nov 2014 15:52:55 +0100 Subject: [PATCH] Update uefitool.cpp --- uefitool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uefitool.cpp b/uefitool.cpp index 1e6fba3..a3b8f59 100644 --- a/uefitool.cpp +++ b/uefitool.cpp @@ -438,7 +438,7 @@ void UEFITool::extract(const UINT8 mode) else if (model->subtype(index) == EFI_SECTION_RAW) path = QFileDialog::getSaveFileName(this, tr("Save section body to raw file"), currentDir, "Raw files (*.raw *.bin);;All files (*)"); else - path = QFileDialog::getSaveFileName(this, tr("Save section body to file"), currentDir, "Binary files (*.bin);;All files (*.*)"); + path = QFileDialog::getSaveFileName(this, tr("Save section body to file"), currentDir, "Binary files (*.bin);;All files (*)"); } break; default: