summaryrefslogtreecommitdiff
path: root/packaging/nsis/common.nsh
diff options
context:
space:
mode:
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 ebfaa92965..3ffd9b02de 100755
--- a/packaging/nsis/common.nsh
+++ b/packaging/nsis/common.nsh
@@ -13,7 +13,7 @@
Name "${DISPLAY_NAME}"
!define PROGRAM_NAME_QT "${PROGRAM_NAME}"
-!define PROGRAM_NAME_GTK "${PROGRAM_NAME} 1"
+!define PROGRAM_NAME_GTK "${PROGRAM_NAME} Legacy"
!define PROGRAM_FULL_NAME_QT "The ${PROGRAM_NAME} Network Protocol Analyzer"
!define PROGRAM_FULL_NAME_GTK "The ${PROGRAM_NAME} Network Protocol Analyzer (classic UI)"
!define PROGRAM_NAME_PATH_QT "${PROGRAM_NAME}.exe"