aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugin.rc.in
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/plugin.rc.in')
-rw-r--r--plugins/plugin.rc.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/plugin.rc.in b/plugins/plugin.rc.in
index 60a90cfbdb..368c6f4748 100644
--- a/plugins/plugin.rc.in
+++ b/plugins/plugin.rc.in
@@ -1,4 +1,5 @@
#include "winver.h"
+#pragma code_page(65001)
VS_VERSION_INFO VERSIONINFO
FILEVERSION @RC_MODULE_VERSION@
@@ -16,11 +17,11 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "The Wireshark developer community, http://www.wireshark.org/\0"
+ VALUE "CompanyName", "The Wireshark developer community, https://www.wireshark.org/\0"
VALUE "FileDescription", "@MODULE_NAME@ dissector\0"
VALUE "FileVersion", "@MODULE_VERSION@\0"
VALUE "InternalName", "@MODULE_NAME@ @MODULE_VERSION@\0"
- VALUE "LegalCopyright", "Copyright © 1998 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
+ VALUE "LegalCopyright", "Copyright © 1998 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
VALUE "OriginalFilename", "@MODULE_NAME@.dll\0"
VALUE "ProductName", "Wireshark\0"
VALUE "ProductVersion", "@PROJECT_VERSION@\0"