From 038d908de26130e7abf4f6aa0721c251c3dd93b3 Mon Sep 17 00:00:00 2001 From: Jon Peirce Date: Fri, 14 Feb 2020 16:33:06 +0000 Subject: [PATCH] FF: wrong argument name for MessageDialog when warning about Keyboard --- psychopy/app/_psychopyApp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psychopy/app/_psychopyApp.py b/psychopy/app/_psychopyApp.py index 22b2dd2cae..6bcf19ca8b 100755 --- a/psychopy/app/_psychopyApp.py +++ b/psychopy/app/_psychopyApp.py @@ -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: