diff --git a/QtPyLoT.py b/QtPyLoT.py index 25177d79..ecbfa8e2 100755 --- a/QtPyLoT.py +++ b/QtPyLoT.py @@ -80,8 +80,7 @@ class MainWindow(QMainWindow): # check for default pylot.in-file infile = os.path.join(os.path.expanduser('~'), '.pylot', 'pylot.in') if os.path.isfile(infile)== False: - infile = QInputDialog.getText(self, "Default input file not found! \ - Enter file name including full path:", + infile = QInputDialog.getText(self, "Enter input-file name including full path:", "infile") self.infile = infile[0] else: