aboutsummaryrefslogtreecommitdiffstats
path: root/image/wiretap.rc.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2018-10-08 16:34:39 -0700
committerGerald Combs <gerald@wireshark.org>2018-10-10 15:40:21 +0000
commit573e8420027377cce79750b85f416c3b9a740968 (patch)
tree621fb48b7128d83af549d6377258f3fefaebf895 /image/wiretap.rc.in
parentb7107f5fcb9bcc20be33b6263f90d1b20cc1591d (diff)
Windows: Make our program details more consistent.
Use a single template file for most of our program resources. Encode our resource files as UTF-8. Add resources to extcap/*.exe. Replace a regex with concatenation. Change-Id: I0ed49086618127ca4fdef69272f849d8f16e4dab Reviewed-on: https://code.wireshark.org/review/30088 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'image/wiretap.rc.in')
-rw-r--r--image/wiretap.rc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/image/wiretap.rc.in b/image/wiretap.rc.in
index 094edc55a4..c82e483f1f 100644
--- a/image/wiretap.rc.in
+++ b/image/wiretap.rc.in
@@ -1,4 +1,5 @@
#include "winver.h"
+#pragma code_page(65001)
VS_VERSION_INFO VERSIONINFO
FILEVERSION @RC_VERSION@
@@ -21,7 +22,7 @@ BEGIN
VALUE "FileDescription", "Wireshark capture file library\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "InternalName", "wiretap @VERSION@\0"
- VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
+ VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
VALUE "OriginalFilename", "libwiretap.dll\0"
VALUE "ProductName", "Wireshark\0"
VALUE "ProductVersion", "@VERSION@\0"