From: Vadim Zeitlin Date: Sat, 8 Jun 2013 02:23:48 +0000 (+0000) Subject: Add back the copyright symbol to the version information resource. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c315aa3db6c846380953b96f32ba2218ec1f46a0 Add back the copyright symbol to the version information resource. It has somehow disappeared in r62054 (see #10659). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/version.rc b/src/msw/version.rc index f17ca0f604..b3214afb30 100644 --- a/src/msw/version.rc +++ b/src/msw/version.rc @@ -55,7 +55,7 @@ BEGIN VALUE "FileDescription", "wxWidgets for MSW\0" VALUE "FileVersion", "wxWidgets Library " wxVERSION_NUM_DOT_STRING "\0" VALUE "InternalName", "wxMSW\0" - VALUE "LegalCopyright", "Copyright 1993-2013 wxWidgets development team\0" + VALUE "LegalCopyright", "Copyright © 1993-2013 wxWidgets development team\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", wxSTRINGIZE(WXDLLNAME) ".dll\0" VALUE "PrivateBuild", "\0"