|
From: <set...@us...> - 2009-05-29 22:11:23
|
Revision: 1820
http://frontierkernel.svn.sourceforge.net/frontierkernel/?rev=1820&view=rev
Author: sethdill
Date: 2009-05-29 22:11:13 +0000 (Fri, 29 May 2009)
Log Message:
-----------
Fixed the id number of the Conversant verbs, and added a new verb.
Modified Paths:
--------------
Frontier/branches/Conversant/Common/resources/Win32/conversantverbs.rc
Modified: Frontier/branches/Conversant/Common/resources/Win32/conversantverbs.rc
===================================================================
--- Frontier/branches/Conversant/Common/resources/Win32/conversantverbs.rc 2009-05-29 21:17:04 UTC (rev 1819)
+++ Frontier/branches/Conversant/Common/resources/Win32/conversantverbs.rc 2009-05-29 22:11:13 UTC (rev 1820)
@@ -21,11 +21,12 @@
******************************************************************************/
-1026 /*conversantverbs*/ EFP DISCARDABLE
+1028 /*conversantverbs*/ EFP DISCARDABLE
BEGIN
1, //Number of "blocks" in this resource
"conv\0", //Function Processor name
false, //Window required
- 1, //Count of verbs
- "compilestring\0"
+ 2, //Count of verbs
+ "compilestring\0",
+ "tabletostring\0"
END
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|