From 70876a368e69d799bbe431254bd1a4ce7cea090c Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Fri, 28 Jun 2019 15:59:38 +0530 Subject: directly select filename --- src/frontEnd/Application.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frontEnd') diff --git a/src/frontEnd/Application.py b/src/frontEnd/Application.py index 7478264a..4f77a321 100755 --- a/src/frontEnd/Application.py +++ b/src/frontEnd/Application.py @@ -214,8 +214,8 @@ class Application(QtGui.QMainWindow): 2. If 'No' is pressed: - the program just continues as it was doing earlier. ''' - exit_msg = "Are you sure you want to exit the program\ - ? All unsaved data will be lost." + exit_msg = "Are you sure you want to exit the program?" \ + " All unsaved data will be lost." reply = QtGui.QMessageBox.question( self, 'Message', exit_msg, QtGui.QMessageBox.Yes, QtGui.QMessageBox.No) -- cgit