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

Comparing trunk/RomCheater.CheatPlugin/CheatCodePlugin.cs (file contents):
Revision 682 by william, Tue May 28 20:44:13 2013 UTC vs.
Revision 683 by william, Mon Jun 17 08:33:06 2013 UTC

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