diff --git a/aegisub/src/frame_main.cpp b/aegisub/src/frame_main.cpp index d7642794e..2178467e4 100644 --- a/aegisub/src/frame_main.cpp +++ b/aegisub/src/frame_main.cpp @@ -659,7 +659,7 @@ void FrameMain::OnSubtitlesOpen() { } if (autoLoadMode == 2) { - if (wxMessageBox(_("Do you want to load/unload the associated files?"), _("(Un)Load files?"), wxYES_NO) != wxYES) { + if (wxMessageBox(_("Do you want to load/unload the associated files?"), _("(Un)Load files?"), wxYES_NO | wxCENTRE, this) != wxYES) { SetDisplayMode(1, 1); return; }