wxWidgets icon indicating copy to clipboard operation
wxWidgets copied to clipboard

Add copyright info to libpng and libjpeg's GetLibraryVersionInfo(), fix libtiff's

Open Blake-Madden opened this issue 4 months ago • 0 comments

Also adds lib name to PCRE's description to make it consistent with other libraries. Below are how the current descriptions appear:

image

Also, fixes libtiff's copyright. Currently, it looks like this:

"Copyright (c) 1988-1996 Sam LefflerCopyright (c) 1991-1996 Silicon Graphics, Inc."

Note the "LefflerCopyright". Newlines will now be preserved.

Also, use wxString::Trim instead of using pointer arithmetic that makes assumptions when getting libpng description.

Blake-Madden avatar Jun 14 '25 10:06 Blake-Madden