--- trunk/RomCheater.CheatPlugin/CheatCodePlugin.cs 2013/06/17 08:27:34 682 +++ trunk/RomCheater.CheatPlugin/CheatCodePlugin.cs 2013/06/17 08:33:06 683 @@ -63,7 +63,7 @@ namespace RomCheater.CheatPlugin private void InternalShow(DockPanel dockPanel, DockState dockState) { #if PLUGIN_ENABLED - var t = new CheatCodeDockContent(); + var t = new CheatCodeDockContent(this); if (dockPanel == null) { t.Show(); |