case 3754

This commit is contained in:
2020-05-06 19:19:16 +00:00
parent 20926758b3
commit 82d29c83d7
13 changed files with 22 additions and 51 deletions

View File

@@ -59,9 +59,7 @@ namespace AyaNova.PlugIn.PTI
get
{
return
"AyaNova PTI plugin\r\n" +
"Built " + AyaNova.PlugIn.PTI.Timestamp.BuildAt.ToString() + "\r\n" +
"Copyright 2007-2020 Ground Zero Tech-Works Inc.";
"AyaNova PTI plugin";
}
}