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 628 by william, Sat Jun 8 19:20:04 2013 UTC vs.
Revision 683 by william, Mon Jun 17 08:33:06 2013 UTC

--- 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 @@ namespace RomCheater.EmuMMAPPlugin
         private void InternalShow(DockPanel dockPanel, DockState dockState)
         {
 #if PLUGIN_ENABLED
-            var t = new EmuMEMMapDockControl();
+            var t = new EmuMEMMapDockControl(this);
             if (dockPanel == null)
             {
                 t.Show();