diff options
author | Jaap Keuter <jaap.keuter@xs4all.nl> | 2006-11-06 12:58:14 +0000 |
---|---|---|
committer | Jaap Keuter <jaap.keuter@xs4all.nl> | 2006-11-06 12:58:14 +0000 |
commit | 7ffd4070df32fcfc6f3b2a74932dbd69c3fb3a74 (patch) | |
tree | d24e7768e0375f9428991f6b76e089388d188717 /image/wireshark.exe.manifest.in | |
parent | cf9adce9be64ad7808578123ebaac944de33e5e9 (diff) | |
download | wireshark-7ffd4070df32fcfc6f3b2a74932dbd69c3fb3a74.tar.gz wireshark-7ffd4070df32fcfc6f3b2a74932dbd69c3fb3a74.tar.bz2 wireshark-7ffd4070df32fcfc6f3b2a74932dbd69c3fb3a74.zip |
Let the manifest state that we're Wireshark.
svn path=/trunk/; revision=19820
Diffstat (limited to 'image/wireshark.exe.manifest.in')
-rw-r--r-- | image/wireshark.exe.manifest.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/image/wireshark.exe.manifest.in b/image/wireshark.exe.manifest.in index d84986e7af..5968ede549 100644 --- a/image/wireshark.exe.manifest.in +++ b/image/wireshark.exe.manifest.in @@ -3,7 +3,7 @@ <assemblyIdentity version="@VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_MICRO@.0" processorArchitecture="X86" - name="EtherealDevelopmentTeam.Ethereal" + name="WiresharkDevelopmentTeam.Wireshark" type="win32" /> <description>The world's most popular network protocol analyzer</description> |