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 683 by william, Mon Jun 17 08:33:06 2013 UTC

# Line 12 | Line 12
12   #endregion
13   #endregion
14  
15 < //#define PLUGIN_ENABLED // when defined the plugin is enabled, otherwise it will not be shown
15 > #define PLUGIN_ENABLED // when defined the plugin is enabled, otherwise it will not be shown
16   using System;
17   using System.Collections.Generic;
18   using System.Linq;
# Line 61 | Line 61 | namespace RomCheater.EmuMMAPPlugin
61          private void InternalShow(DockPanel dockPanel, DockState dockState)
62          {
63   #if PLUGIN_ENABLED
64 <            var t = new CheatCodeDockContent();
64 >            var t = new EmuMEMMapDockControl(this);
65              if (dockPanel == null)
66              {
67                  t.Show();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines