aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/source/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'heimdall-frontend/source/mainwindow.cpp')
-rw-r--r--heimdall-frontend/source/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/heimdall-frontend/source/mainwindow.cpp b/heimdall-frontend/source/mainwindow.cpp
index 55fc2db..e110d69 100644
--- a/heimdall-frontend/source/mainwindow.cpp
+++ b/heimdall-frontend/source/mainwindow.cpp
@@ -505,7 +505,7 @@ void MainWindow::SelectFirmwarePackage(void)
loadedPackageData.Clear();
UpdatePackageUserInterface();
- QString path = PromptFileSelection("Select Package", "*.tar.gz");
+ QString path = PromptFileSelection("Select Package", "Firmware Package (*.gz)");
firmwarePackageLineEdit->setText(path);
if (firmwarePackageLineEdit->text() != "")
@@ -1059,7 +1059,7 @@ void MainWindow::RemoveDevice(void)
void MainWindow::BuildPackage(void)
{
- QString packagePath = PromptFileCreation("Save Package", "*.tar.gz");
+ QString packagePath = PromptFileCreation("Save Package", "Firmware Package (*.gz)");
if (!packagePath.isEmpty())
{