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

Comparing trunk/RomCheater/Main.cs (file contents):
Revision 266 by william, Sun Jun 3 19:38:30 2012 UTC vs.
Revision 267 by william, Sun Jun 3 19:52:12 2012 UTC

--- trunk/RomCheater/Main.cs	2012/06/03 19:51:54	266
+++ trunk/RomCheater/Main.cs	2012/06/03 19:52:12	267
@@ -200,8 +200,15 @@ namespace RomCheater
 
             m_PIDSelector.AcceptedPlugin = ConfigPlugin;
             m_RamDump.AcceptedPlugin = ConfigPlugin;
+            m_memoryview.AcceptedPlugin = ConfigPlugin;
+            m_memsearcher.AcceptedPlugin = ConfigPlugin;
+
             if (this.SelectedProcess != null)
+            {
                 m_RamDump.AcceptedProcess = SelectedProcess;
+                 m_memoryview.AcceptedProcess = SelectedProcess;
+                 m_memsearcher.AcceptedProcess = SelectedProcess;
+            }
 
         }