Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.PluginFramework/Core/PluginBase.cs 2012/05/09 19:41:06 86 +++ trunk/RomCheater.PluginFramework/Core/PluginBase.cs 2012/05/09 19:51:42 87 @@ -19,7 +19,7 @@ #endregion public override string ToString() { - return string.Format("[name={0} description={1}]", Name,Description); + return string.Format("{0} [{1}]", Name, Id.ToString()); } } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |