mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-20 00:40:47 +00:00
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:
parent
0c32038480
commit
c1811e6903
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user