mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DolphinWX: Use a regular wxMessageBox instead of a PanicAlert for non-panic errors.
This commit is contained in:
@ -750,9 +750,7 @@ void CFrame::OnRecord(wxCommandEvent& WXUNUSED (event))
|
||||
|
||||
if (Movie::IsReadOnly())
|
||||
{
|
||||
//PanicAlertT("Cannot record movies in read-only mode.");
|
||||
//return;
|
||||
// the user just chose to record a movie, so that should take precedence
|
||||
// The user just chose to record a movie, so that should take precedence
|
||||
Movie::SetReadOnly(false);
|
||||
GetMenuBar()->FindItem(IDM_RECORDREADONLY)->Check(false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user