From 2dd815fb2b0f3390ef3390febbdb8f8d48ab6fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Tue, 28 Mar 2017 16:51:10 +0200 Subject: [PATCH] Minor changes --- QtPyLoT.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: