This fix makes it possible to delete folders with subfolders in it. Which is broken in beta1. The routines which ask for confirmation if it is ok to delete a folder which has subfolder is a warningYesNo and the routine without subfolders is a warningContinueCancel. Both are handled by an if statement wich check for Continue. Obviously this breaks deletion of a folder with subfolder. For now I'll revert Stephan Binners style change here. Stephan, what is the best way for both dialogs? yes/no or continue/cancel as they have to be equal? |
|
|