ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.EmuMMAPPlugin/EmuMMAPPlugin.cs
(Generate patch)

Comparing trunk/RomCheater.EmuMMAPPlugin/EmuMMAPPlugin.cs (file contents):
Revision 627 by william, Sat Jun 8 19:17:44 2013 UTC vs.
Revision 628 by william, Sat Jun 8 19:20:04 2013 UTC

--- 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();