intresult=wxMessageBox(_("Do you want Aegisub to check for updates whenever it starts? You can still do it manually via the Help menu."),_("Check for updates?"),wxYES_NO|wxCENTER);
intresult=wxMessageBox(_("Do you want Aegisub to check for updates whenever it starts? You can still do it manually via the Help menu."),_("Check for updates?"),wxYES_NO|wxCENTER);
OPT_SET("App/Auto/Check For Updates")->SetBool(result==wxYES);
OPT_SET("App/Auto/Check For Updates")->SetBool(result==wxYES);