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

Comparing trunk/MSBuild_CurrentVersion/Program.cs (file contents):
Revision 855 by william, Tue Sep 16 02:00:25 2014 UTC vs.
Revision 856 by william, Tue Sep 16 21:23:53 2014 UTC

--- trunk/MSBuild_CurrentVersion/Program.cs	2014/09/16 21:09:17	855
+++ trunk/MSBuild_CurrentVersion/Program.cs	2014/09/16 21:23:53	856
@@ -97,7 +97,7 @@ namespace MSBuild_CurrentVersion
             #region extra plugins
             dict.Add("RomCheater.CheatPlugin.dlll", typeof(RomCheater.CheatPlugin.CheatCodePlugin));
             dict.Add("RomCheater.EmuMMAPPlugin.dlll", typeof(RomCheater.EmuMMAPPlugin.EmuMMAPPlugin));
-            dict.Add("RomCheater.RVACalculator.dlll", typeof(RomCheater.RVACalculator.RVACalculatorPlugin));
+            dict.Add("RomCheater.RVACheatList.dlll", typeof(RomCheater.RVACheatList.RVACheatListPlugin));
             dict.Add("RomCheater.ScratchPad.dlll", typeof(RomCheater.ScratchPad.ScratchPadPlugin));
             #endregion
             #endregion