AddComment Method Is Incorrect

Summary

Id: 1426.1
Type: Bug Bug
Current Status: Open

Detail

3 Jul 2003 Open Miga, Marcin

AddComment method has an error.

Public Property Get AddComment() As Boolean Encrypt = Not (m_tZPOPT.fComment = 0)End Property

should be:

Public Property Get AddComment() As Boolean AddComment = Not (m_tZPOPT.fComment = 0)End Property