Comment to replace ANSWER-ME in ErrorDialog.

This commit is contained in:
stevethefiddle@gmail.com 2014-06-12 18:29:09 +00:00
parent dea3dfb30e
commit 2b3214049a
1 changed files with 2 additions and 1 deletions

View File

@ -203,7 +203,8 @@ void ShowAliasMissingDialog(AudacityProject *parent,
dlog->SetPosition(point);
dlog->CentreOnParent(wxHORIZONTAL);
// This needs to be modeless because user may need to
// stop playback AND read dialog's instructions.
dlog->Show();
// ANSWER-ME: Vigilant Sentry flags this method as not deleting dlog, so a mem leak.
// ANSWER-ME: Why is this modeless? Shouldn't it require user action before proceeding?
}