aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-05-31 17:38:42 +0000
committerGerald Combs <gerald@wireshark.org>2006-05-31 17:38:42 +0000
commit8958bab6dee184310e4393e33591eb0cef1f7de1 (patch)
treeafe5ad59d2280ee36c0ce913a4252cddc692436f /image
parent7bc853b62b59e6cf66ba2c3a2699a8a79ef864bd (diff)
Tethereal/tethereal -> TShark/tshark.
svn path=/trunk/; revision=18268
Diffstat (limited to 'image')
-rw-r--r--image/Makefile.nmake6
-rw-r--r--image/README.image2
-rw-r--r--image/tshark.rc.in (renamed from image/tethereal.rc.in)8
3 files changed, 8 insertions, 8 deletions
diff --git a/image/Makefile.nmake b/image/Makefile.nmake
index bcddd20e1e..59ee7c4c72 100644
--- a/image/Makefile.nmake
+++ b/image/Makefile.nmake
@@ -4,7 +4,7 @@
include ..\config.nmake
-ALL_RC=ethereal.rc libwireshark.rc tethereal.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc dumpcap.rc wireshark.exe.manifest
+ALL_RC=ethereal.rc libwireshark.rc tshark.rc capinfos.rc editcap.rc text2pcap.rc mergecap.rc wiretap.rc dumpcap.rc wireshark.exe.manifest
all : $(ALL_RC)
wireshark.exe.manifest: ethereal.exe.manifest.in ..\config.nmake
@@ -23,10 +23,10 @@ libwireshark.rc: libwireshark.rc.in ..\config.nmake
-e s/@RC_VERSION@/$(RC_VERSION)/ \
< libwireshark.rc.in > $@
-tethereal.rc : tethereal.rc.in ..\config.nmake
+tshark.rc : tshark.rc.in ..\config.nmake
sed -e s/@VERSION@/$(VERSION)/ \
-e s/@RC_VERSION@/$(RC_VERSION)/ \
- < tethereal.rc.in > $@
+ < tshark.rc.in > $@
capinfos.rc : capinfos.rc.in ..\config.nmake
sed -e s/@VERSION@/$(VERSION)/ \
diff --git a/image/README.image b/image/README.image
index bef5a7e9f1..8ff9945d71 100644
--- a/image/README.image
+++ b/image/README.image
@@ -47,7 +47,7 @@ icon-excl.xpm informational dialogs
ethereal.rc.in MSVC++ resource templates
editcap.rc.in
mergecap.rc.in
-tethereal.rc.in
+tshark.rc.in
text2pcap.rc.in
stock_dialog_error_48.xpm GTK2 default icons for simple_dialog, from:
diff --git a/image/tethereal.rc.in b/image/tshark.rc.in
index 2595fc477f..51b1034ff3 100644
--- a/image/tethereal.rc.in
+++ b/image/tshark.rc.in
@@ -20,12 +20,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "The Wireshark developer community\0"
- VALUE "FileDescription", "Tethereal\0"
+ VALUE "FileDescription", "TShark\0"
VALUE "FileVersion", "@VERSION@\0"
- VALUE "InternalName", "Tethereal @VERSION@\0"
+ VALUE "InternalName", "TShark @VERSION@\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@wireshark.org>, Gilbert Ramirez <gram@alumni.rice.edu> and others\0"
- VALUE "OriginalFilename", "Tethereal.exe\0"
- VALUE "ProductName", "Tethereal\0"
+ VALUE "OriginalFilename", "TShark.exe\0"
+ VALUE "ProductName", "TShark\0"
VALUE "ProductVersion", "@VERSION@\0"
END
END