--- trunk/RomCheater.EmuMMAPPlugin/EmuMMAPPlugin.cs 2013/06/08 19:17:44 627 +++ trunk/RomCheater.EmuMMAPPlugin/EmuMMAPPlugin.cs 2013/06/08 19:20:04 628 @@ -12,7 +12,7 @@ #endregion #endregion -//#define PLUGIN_ENABLED // when defined the plugin is enabled, otherwise it will not be shown +#define PLUGIN_ENABLED // when defined the plugin is enabled, otherwise it will not be shown using System; using System.Collections.Generic; using System.Linq; @@ -61,7 +61,7 @@ namespace RomCheater.EmuMMAPPlugin private void InternalShow(DockPanel dockPanel, DockState dockState) { #if PLUGIN_ENABLED - var t = new CheatCodeDockContent(); + var t = new EmuMEMMapDockControl(); if (dockPanel == null) { t.Show();