Little fix to focus. Forgot to commit this one.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4117 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
feal87@gmail.com 2010-12-21 08:07:43 +00:00
parent 0c32038480
commit c1811e6903
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ namespace GSDumpGUI
frmMain.Invoke(new Action<object>(delegate(object e)
{
MessageBox.Show("Savestate too old to be read. :(", "Warning");
frmMain.Focus();
}), new object[] { null });
break;
default: