You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// if a version file already exists (and graphic packs are installed) ask the user if he really wants to update
192
-
if (wxMessageBox(_("Updated graphic packs are available. Do you want to download and install them?"), _("Graphic packs"), wxYES_NO, this->GetParent()) != wxYES)
192
+
if (wxMessageBox(_("Updated graphic packs are available. Do you want to download and install them?"), _("Graphic packs"), wxYES_NO, this) != wxYES)
193
193
{
194
194
// cancel update
195
195
m_threadState = ThreadFinished;
@@ -336,7 +336,7 @@ int DownloadGraphicPacksWindow::ShowModal()
336
336
{
337
337
if(CafeSystem::IsTitleRunning())
338
338
{
339
-
wxMessageBox(_("Graphic packs cannot be updated while a game is running."), _("Graphic packs"), 5, this->GetParent());
339
+
wxMessageBox(_("Graphic packs cannot be updated while a game is running."), _("Graphic packs"), 5, this);
0 commit comments