Browse Source

Update Menu.Add

KevinSmarts 8 years ago
parent
commit
0d7d3d2329
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/Menu.Add

+ 1 - 1
locations/Menu.Add

@@ -16,7 +16,7 @@ if $ARGS[2] <> '':$ARGS[2] = ':'+replace($ARGS[2],'''','''''')
 if $ARGS[3] <> '':$ARGS[3] = replace($ARGS[3],'''','''''')
 !----------
 dynamic "
-	$<<$ARGS[0]>>[]='<<$ARGS[1]>>:Menu.{Treatment}<<$ARGS[2]>>'
+	$<<$ARGS[0]>>[]='<<$ARGS[1]>>:menu.Treatment<<$ARGS[2]>>'
 	$<<$ARGS[0]>>_Parameters[str(arrsize('<<$ARGS[0]>>'))+'_W']='<<$ARGS[1]>>'
 	$<<$ARGS[0]>>_Parameters[str(arrsize('<<$ARGS[0]>>'))+'_F']='<<$ARGS[3]>>'
 "