31 std::string path = check_file_path();
32 if (!ocpn::exists(path)) {
33 std::ofstream dest(path, std::ios::binary);
34 dest <<
"Internal opencpn use" << std::endl;
38 long style = wxYES | wxNO | wxNO_DEFAULT | wxICON_QUESTION;
40 _(
"Safe restart"), TIMEOUT_SECONDS,
41 style,
false, wxDefaultPosition);
42 int reply = dlg->ShowModal();