> The attached patch adds member message_ to class EmbeddedFiles, Because using a member variable to store error or information message is not a good idea, I just submitted a patch using conventional Alert::information and ExceptionMessage. I also changed other Alert::error to ExceptionMessage to avoid excessive error messages. For example, message box "can not copy file" would be followed by another message box "embedding failed" without the change.
Cheers, Bo