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

Comparing trunk/RomCheater.PluginFramework/Core/PluginBase.cs (file contents):
Revision 86 by william, Wed May 9 19:41:06 2012 UTC vs.
Revision 87 by william, Wed May 9 19:51:42 2012 UTC

# Line 19 | Line 19 | namespace RomCheater.PluginFramework.Cor
19          #endregion
20          public override string ToString()
21          {
22 <            return string.Format("[name={0} description={1}]", Name,Description);
22 >            return string.Format("{0} [{1}]", Name, Id.ToString());
23          }
24      }
25   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines