mainwindow.cc
changeset 6 fe0d7d5df854
parent 3 46b8d9898143
child 9 d9d5b83c1534
--- a/mainwindow.cc	Sun Jan 22 00:42:14 2012 +0100
+++ b/mainwindow.cc	Sun Jan 22 00:42:26 2012 +0100
@@ -22,7 +22,7 @@
 {
     currentFile = QFileDialog::getOpenFileName(this,
 	tr("Open IGC file"),
-	"", tr("*.igc"));
+	"", tr("IGC files (*.igc);; All files (*)"));
 
     setWindowTitle(QFileInfo(currentFile).baseName());
     statusBar()->showMessage("opening " + currentFile, 5000);