summaryrefslogtreecommitdiff
path: root/src/projManagement/openProject.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/projManagement/openProject.py')
-rw-r--r--src/projManagement/openProject.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/projManagement/openProject.py b/src/projManagement/openProject.py
index c1a56dbc..9c31bf31 100644
--- a/src/projManagement/openProject.py
+++ b/src/projManagement/openProject.py
@@ -74,12 +74,12 @@ class OpenProjectInfo(QtGui.QWidget):
"The project doesn't contain .proj file. Please select the"
+ "proper directory else you won't be able to perform any"
+ "operation")
- reply = QtGui.QMessageBox.critical(None, "Error Message",
- '''<b>Error: The project doesn't contain .proj file.</b><br/>
- <b>Please select the proper project directory else you won't
- be able to perform any operation</b>''',
- QtGui.QMessageBox.Ok |
- QtGui.QMessageBox.Cancel)
+ reply = QtGui.QMessageBox.critical(
+ None, "Error Message",
+ "<b>Error: The project doesn't contain .proj file.</b><br/>"
+ "<b>Please select the proper project directory else you won't"
+ " be able to perform any operation</b>",
+ QtGui.QMessageBox.Ok | QtGui.QMessageBox.Cancel)
if reply == QtGui.QMessageBox.Ok:
self.body()