Skip to content

Commit

Permalink
FF: wrong argument name for MessageDialog when warning about Keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
peircej committed Feb 14, 2020
1 parent 6a331e6 commit 038d908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psychopy/app/_psychopyApp.py
Expand Up @@ -365,7 +365,7 @@ def onInit(self, showSplash=True, testMode=False):
"the box)?"
).format(settingName)
dlg = dialogs.MessageDialog(title=title,
msg=msg,
message=msg,
type='Query')
resp = dlg.ShowModal()
if resp == wx.ID_YES:
Expand Down

0 comments on commit 038d908

Please sign in to comment.