summaryrefslogtreecommitdiff
path: root/packaging/nsis
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-26 16:44:04 +0200
committerAnders Broman <a.broman58@gmail.com>2014-10-14 04:49:45 +0000
commit96a1bf095f6c7230b3bd1313340b8c85e92c3677 (patch)
treeb51c18820e18455941c10158d0a2f287c4ff2b62 /packaging/nsis
parentea1137881a19454eb1e3a3a91a47a9ce2fbf3527 (diff)
downloadwireshark-96a1bf095f6c7230b3bd1313340b8c85e92c3677.tar.gz
NSIS: Wireshark GTK is Wireshark legacy (and no Wireshark 1...) !
Change-Id: I3b4f4ca28bc7d363474bc888b6a3a8ddbdb7dab9 Reviewed-on: https://code.wireshark.org/review/3867 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Gerald Combs <gerald@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/AdditionalTasksPage.ini8
-rwxr-xr-xpackaging/nsis/common.nsh2
2 files changed, 5 insertions, 5 deletions
diff --git a/packaging/nsis/AdditionalTasksPage.ini b/packaging/nsis/AdditionalTasksPage.ini
index ad51274196..fabef34c07 100644
--- a/packaging/nsis/AdditionalTasksPage.ini
+++ b/packaging/nsis/AdditionalTasksPage.ini
@@ -43,7 +43,7 @@ Left=10
Right=-1
Top=40
Bottom=48
-Text=Wireshark 1 Start Menu Item
+Text=Wireshark Legacy Start Menu Item
Flags=DISABLED
State=0
@@ -53,7 +53,7 @@ Left=10
Right=-1
Top=50
Bottom=58
-Text=Wireshark 1 Desktop Icon
+Text=Wireshark Legacy Desktop Icon
Flags=DISABLED
State=0
@@ -63,7 +63,7 @@ Left=10
Right=-1
Top=60
Bottom=68
-Text=Wireshark 1 Quick Launch Icon
+Text=Wireshark Legacy Quick Launch Icon
Flags=DISABLED
State=0
@@ -93,7 +93,7 @@ Left=10
Right=-1
Top=95
Bottom=103
-Text=Associate trace file extensions to Wireshark 1
+Text=Associate trace file extensions to Wireshark Legacy
Flags=DISABLED
State=0
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"