summaryrefslogtreecommitdiff
path: root/image/wiretap.rc.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-30 13:19:30 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-30 13:19:30 +0000
commitdedb24695ec82a8eacb9f9588ed4a0828b716c11 (patch)
tree8554ac44d6ce9424b5dc95507732677db31d31a7 /image/wiretap.rc.in
parentbcc7e327e199a0d57387412e1d30155a2fbe2793 (diff)
downloadwireshark-dedb24695ec82a8eacb9f9588ed4a0828b716c11.tar.gz
Transform ethereal.ico to wireshark.ico. Update references accordingly.
Change the name of the Windows package to "wireshark-setup-..." Other Ethereal -> Wireshark updates. We _really_ need a better Wireshark icon. svn path=/trunk/; revision=18253
Diffstat (limited to 'image/wiretap.rc.in')
-rw-r--r--image/wiretap.rc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/image/wiretap.rc.in b/image/wiretap.rc.in
index 7d1dfe6023..b0cbbe0c5c 100644
--- a/image/wiretap.rc.in
+++ b/image/wiretap.rc.in
@@ -17,13 +17,13 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
- VALUE "CompanyName", "The Wireshark developer community, http://www.ethereal.com/\0"
- VALUE "FileDescription", "Ethereal capture file library\0"
+ VALUE "CompanyName", "The Wireshark developer community, http://www.wireshark.org/\0"
+ 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 "OriginalFilename", "wiretap-@VERSION@.dll\0"
- VALUE "ProductName", "Ethereal\0"
+ VALUE "ProductName", "Wireshark\0"
VALUE "ProductVersion", "@VERSION@\0"
END
END