Skip to content
Snippets Groups Projects
Unverified Commit b2862611 authored by Ian Bush's avatar Ian Bush Committed by GitHub
Browse files

Merge pull request #23069 from mantidproject/23066_remove_message_box_specificity

Remove specificity from message_box
parents baf96215 2c4433ce
No related branches found
No related tags found
No related merge requests found
...@@ -4,4 +4,4 @@ import PyQt4.QtGui as QtGui ...@@ -4,4 +4,4 @@ import PyQt4.QtGui as QtGui
def warning(error): def warning(error):
ex = QtGui.QWidget() 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