summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-10-15 12:50:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-10-15 12:50:20 +0000
commit0a1bbd552642b1ed76a70bacaaf3030acce69d46 (patch)
tree06ef0f0115c3e8a8c0f7b8e218e78ca76b1c13be /packaging
parentf682f1955b821bf56ede7bc3af87cca4c2aedfa9 (diff)
downloadwireshark-0a1bbd552642b1ed76a70bacaaf3030acce69d46.tar.gz
Typos.
svn path=/trunk/; revision=45557
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nsis/wireshark.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/nsis/wireshark.nsi b/packaging/nsis/wireshark.nsi
index 7a6dc70b25..263b6a597e 100644
--- a/packaging/nsis/wireshark.nsi
+++ b/packaging/nsis/wireshark.nsi
@@ -20,9 +20,9 @@ SetCompressor /SOLID lzma
; The file to write
!if ${GTK_NAME} == "gtk3"
-OutFile "${PROGRAM_NAME}-${WIRESHARK_TARGET_PLATFORM}-${VERSION}.exe"
-!else
OutFile "${PROGRAM_NAME}-${WIRESHARK_TARGET_PLATFORM}-gtk3-${VERSION}.exe"
+!else
+OutFile "${PROGRAM_NAME}-${WIRESHARK_TARGET_PLATFORM}-${VERSION}.exe"
!endif
; Installer icon
Icon "..\..\image\wiresharkinst.ico"