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

Comparing trunk/RomCheater/Docking/FloatingPEViewer.cs (file contents):
Revision 346 by william, Thu Jun 7 17:44:20 2012 UTC vs.
Revision 347 by william, Fri Jun 8 04:03:02 2012 UTC

--- trunk/RomCheater/Docking/FloatingPEViewer.cs	2012/06/08 04:02:44	346
+++ trunk/RomCheater/Docking/FloatingPEViewer.cs	2012/06/08 04:03:02	347
@@ -62,7 +62,7 @@ namespace RomCheater.Docking
             {
                 string filename = process.MainModule.FileName;
                 //string filename = @"c:\Windows\notepad.exe";
-                PEReader peReader = new PEReader(filename);
+                PEReader peReader = new PEReader(filename, (IAcceptsProcessAndConfig)this);
                 PEReader.PEData peData = peReader.GetPEData;
                 peprops.SelectedObject = peData;
                 peprops.PropertySort = PropertySort.NoSort;