Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mantidproject
mantid
Commits
b2862611
Unverified
Commit
b2862611
authored
6 years ago
by
Ian Bush
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #23069 from mantidproject/23066_remove_message_box_specificity
Remove specificity from message_box
parents
baf96215
2c4433ce
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/Muon/GUI/Common/message_box.py
+1
-1
1 addition, 1 deletion
scripts/Muon/GUI/Common/message_box.py
with
1 addition
and
1 deletion
scripts/Muon/GUI/Common/message_box.py
+
1
−
1
View file @
b2862611
...
@@ -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
))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment