Exemplo n.º 1
0
static void
OnStartClicked()
{
  const TCHAR *path = GetFormValueFile(*wf, _T("prpFile"));
  if (!replay->Start(path))
    ShowMessageBox(_("Could not open IGC file!"),
                   _("Replay"), MB_OK | MB_ICONINFORMATION);
}
Exemplo n.º 2
0
static void
OnStartClicked(gcc_unused WndButton &Sender)
{
  const TCHAR *path = GetFormValueFile(*wf, _T("prpFile"));
  if (!replay->Start(path))
    ShowMessageBox(_("Could not open IGC file!"),
                   _("Flight replay"), MB_OK | MB_ICONINFORMATION);
}