|
From: <set...@us...> - 2006-04-16 19:47:44
|
Revision: 1280 Author: sethdill Date: 2006-04-16 12:47:37 -0700 (Sun, 16 Apr 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1280&view=rev Log Message: ----------- Added convertcharset to the verb list on windows. Removed hashWhirlpool and hashhmacmd5, which are now in the crypt set. Modified Paths: -------------- Frontier/branches/Conversant/Common/resources/Win32/kernelverbs.rc Modified: Frontier/branches/Conversant/Common/resources/Win32/kernelverbs.rc =================================================================== --- Frontier/branches/Conversant/Common/resources/Win32/kernelverbs.rc 2006-04-16 19:19:20 UTC (rev 1279) +++ Frontier/branches/Conversant/Common/resources/Win32/kernelverbs.rc 2006-04-16 19:47:37 UTC (rev 1280) @@ -514,7 +514,7 @@ 1, //Number of "blocks" in this resource "string\0", //Function Processor Name false, //Window required - 60, //Count of verbs + 59, //Count of verbs "delete\0", "insert\0", "popleading\0", @@ -573,8 +573,7 @@ "multiplereplaceall\0", "macromantoutf8\0", // 2006-02-25 creedon "utf8tomacroman\0", // 2006-02-25 creedon - "hashWhirlpool\0", // 2006-03-04 creedon - "hashhmacmd5\0" // 2006-03-05 creedon + "convertcharset\0" /* 2006-04-16 */ END This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |