Skip to content
Snippets Groups Projects
Commit 2c4433ce authored by Ewan Cook's avatar Ewan Cook
Browse files

refs #23066 replace specific title with Error

parent 1b6d4b69
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@ import PyQt4.QtGui as QtGui
def warning(error):
ex = QtGui.QWidget()
QtGui.QMessageBox.warning(ex, "Frequency Domain Analysis", str(error))
QtGui.QMessageBox.warning(ex, "Error", str(error))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment