Fixed comment.

This commit is contained in:
hiker 2019-02-11 17:08:22 +11:00
parent 912cc5184d
commit ca23678ac9

View File

@ -1825,8 +1825,8 @@ void askForInternetPermission()
MessageDialog::MESSAGE_DIALOG_YESNO,
new ConfirmServer(), true, true, 0.7f, 0.7f);
// Changes the default focus to be 'cancel', which is not
// GDPR compliant, see #3378
// Changes the default focus to be 'cancel' ('ok' as default is not
// GDPR compliant, see #3378).
dialog->setFocusCancel();
GUIEngine::DialogQueue::get()->pushDialog(dialog, false);
} // askForInternetPermission