diff --git a/UI/InstallZipScreen.cpp b/UI/InstallZipScreen.cpp index 24a8fbfc69..dacde8580d 100644 --- a/UI/InstallZipScreen.cpp +++ b/UI/InstallZipScreen.cpp @@ -49,7 +49,7 @@ void InstallZipScreen::CreateViews() { installChoice_ = rightColumnItems->Add(new Choice(di->T("Install"))); installChoice_->OnClick.Handle(this, &InstallZipScreen::OnInstall); - rightColumnItems->Add(new Choice(di->T("Back")))->OnClick.Handle(this, &UIScreen::OnBack); + rightColumnItems->Add(new Choice(di->T("Back")))->OnClick.Handle(this, &UIScreen::OnOK); // OK so that EmuScreen will handle it right rightColumnItems->Add(new CheckBox(&deleteZipFile_, di->T("Delete ZIP file"))); }