Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.EmuMMAPPlugin/EmuMMAPPlugin.cs 2013/06/08 19:20:04 628 +++ trunk/RomCheater.EmuMMAPPlugin/EmuMMAPPlugin.cs 2013/06/17 08:33:06 683 @@ -61,7 +61,7 @@ private void InternalShow(DockPanel dockPanel, DockState dockState) { #if PLUGIN_ENABLED - var t = new EmuMEMMapDockControl(); + var t = new EmuMEMMapDockControl(this); if (dockPanel == null) { t.Show();
ViewVC Help | |
Powered by ViewVC 1.1.22 |