aboutsummaryrefslogtreecommitdiffstats
path: root/heimdall-frontend
diff options
context:
space:
mode:
authorBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2015-03-05 18:10:28 +1100
committerBenjamin Dobell <benjamin.dobell+git@glassechidna.com.au>2015-03-06 00:48:18 +1100
commit2ad53a5100bd7d6dc8caf043b74190f20f0387eb (patch)
tree462e342b2aa12a4c8deb98c79c77a1d24ec47424 /heimdall-frontend
parentb75bdcbc5225d6bd83740e2a1075a8aeb2052627 (diff)
downloadexternal_heimdall-2ad53a5100bd7d6dc8caf043b74190f20f0387eb.zip
external_heimdall-2ad53a5100bd7d6dc8caf043b74190f20f0387eb.tar.gz
external_heimdall-2ad53a5100bd7d6dc8caf043b74190f20f0387eb.tar.bz2
Due to a Qt bug on OS X we need to browse for *.gz not *.tar.gz
Diffstat (limited to 'heimdall-frontend')
-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())
{