aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis/common.nsh
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2016-09-08 11:24:34 -0700
committerGerald Combs <gerald@wireshark.org>2016-09-13 21:23:15 +0000
commitaa44e3b75da316bb9ee3237c401042afa36db7d8 (patch)
tree935af606c7c99dc88cbb4afad855dd1ff8d9c3a0 /packaging/nsis/common.nsh
parent3c163637d6890ce5782fc204186629b789932d32 (diff)
NSIS: Disable GTK+ by default.
Disable the legacy UI by default. Associate our Programs and Features icon with Wireshark.exe. Move some GTK+-specific code to SecWiresharkGtk. Make sure the /desktopicon and /quicklaunchicon apply to Wireshark.exe. Remove unneeded parentheses in the display name. Change-Id: Ia7662d003d15afd809d81631e059e249a93d0999 Reviewed-on: https://code.wireshark.org/review/17593 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'packaging/nsis/common.nsh')
-rwxr-xr-xpackaging/nsis/common.nsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/nsis/common.nsh b/packaging/nsis/common.nsh
index 9745b74a31..a08b4fb991 100755
--- a/packaging/nsis/common.nsh
+++ b/packaging/nsis/common.nsh
@@ -15,7 +15,7 @@
!define BITS 64
!endif
-!define DISPLAY_NAME "${PROGRAM_NAME} ${VERSION} (${BITS}-bit)"
+!define DISPLAY_NAME "${PROGRAM_NAME} ${VERSION} ${BITS}-bit"
Name "${DISPLAY_NAME}"
!define PROGRAM_NAME_QT "${PROGRAM_NAME}"