parent
f59ebfe126
commit
0bf5482af4
|
@ -265,7 +265,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
if (!VersionInfo.DeveloperBuild && Global.MovieSession.Movie.IsActive)
|
if (!VersionInfo.DeveloperBuild && Global.MovieSession.Movie.IsActive)
|
||||||
{
|
{
|
||||||
var result = MessageBox.Show(
|
var result = MessageBox.Show(
|
||||||
"EmuHawk has thrown a fatal exception and is about to close.\nA movie has been detected. Would you like to try to save?\n(Note: Depending on what caused this error, this may or may succeed)",
|
"EmuHawk has thrown a fatal exception and is about to close.\nA movie has been detected. Would you like to try to save?\n(Note: Depending on what caused this error, this may or may not succeed)",
|
||||||
"Fatal error: " + e.GetType().Name,
|
"Fatal error: " + e.GetType().Name,
|
||||||
MessageBoxButtons.YesNo,
|
MessageBoxButtons.YesNo,
|
||||||
MessageBoxIcon.Exclamation
|
MessageBoxIcon.Exclamation
|
||||||
|
|
|
@ -92,7 +92,7 @@ namespace BizHawk.Client.MultiHawk
|
||||||
if (Global.MovieSession.Movie.IsActive)
|
if (Global.MovieSession.Movie.IsActive)
|
||||||
{
|
{
|
||||||
var result = MessageBox.Show(
|
var result = MessageBox.Show(
|
||||||
"EmuHawk has thrown a fatal exception and is about to close.\nA movie has been detected. Would you like to try to save?\n(Note: Depending on what caused this error, this may or may succeed)",
|
"EmuHawk has thrown a fatal exception and is about to close.\nA movie has been detected. Would you like to try to save?\n(Note: Depending on what caused this error, this may or may not succeed)",
|
||||||
"Fatal error: " + e.GetType().Name,
|
"Fatal error: " + e.GetType().Name,
|
||||||
MessageBoxButtons.YesNo,
|
MessageBoxButtons.YesNo,
|
||||||
MessageBoxIcon.Exclamation
|
MessageBoxIcon.Exclamation
|
||||||
|
|
Loading…
Reference in New Issue