SVS menu error
Brought to you by:
rexx26
If SVS has more than 10 applications installed Folder Menu crashes when trying to open the SVS menu.
This is due to 2 arrays with 10 fields in line 1340 of FolderMenu.au3 (3.1.2):
Local $asLayerName[10], $asLayerPath[10], $sLayerStatus
Increasing the number of fields in the array fixes this.