From: <coe...@us...> - 2011-08-27 13:04:37
|
Revision: 375 http://mevislabmodules.svn.sourceforge.net/mevislabmodules/?rev=375&view=rev Author: coertmetz Date: 2011-08-27 13:04:31 +0000 (Sat, 27 Aug 2011) Log Message: ----------- CM: Corrected def file. Modified Paths: -------------- trunk/Community/General/Modules/ML/MLWEMCommunityModules/MLWEMCommunityModules.def Modified: trunk/Community/General/Modules/ML/MLWEMCommunityModules/MLWEMCommunityModules.def =================================================================== --- trunk/Community/General/Modules/ML/MLWEMCommunityModules/MLWEMCommunityModules.def 2011-08-27 13:00:40 UTC (rev 374) +++ trunk/Community/General/Modules/ML/MLWEMCommunityModules/MLWEMCommunityModules.def 2011-08-27 13:04:31 UTC (rev 375) @@ -180,7 +180,7 @@ seeAlso = "" documentation = "$(LOCAL)/WEMCMSelectPatches/WEMCMSelectPatches.html" exampleNetwork = "$(LOCAL)/WEMCMSelectPatches/WEMCMSelectPatchesExample.mlab" - deprecatedName = "WEMSelectPatch;WEMSelectPatches" + deprecatedName = "WEMSelectPatch" Commands { FieldListener isProcessing { command = "*js: if (ctx.field("isProcessing").boolValue()){ MLAB.setWaitCursor(); } else { MLAB.removeWaitCursor(); } *" } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |