diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2014-08-26 16:44:04 +0200 |
---|---|---|
committer | Anders Broman <a.broman58@gmail.com> | 2014-10-14 04:49:45 +0000 |
commit | 96a1bf095f6c7230b3bd1313340b8c85e92c3677 (patch) | |
tree | b51c18820e18455941c10158d0a2f287c4ff2b62 | |
parent | ea1137881a19454eb1e3a3a91a47a9ce2fbf3527 (diff) | |
download | wireshark-96a1bf095f6c7230b3bd1313340b8c85e92c3677.tar.gz wireshark-96a1bf095f6c7230b3bd1313340b8c85e92c3677.tar.bz2 wireshark-96a1bf095f6c7230b3bd1313340b8c85e92c3677.zip |
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>
-rw-r--r-- | packaging/nsis/AdditionalTasksPage.ini | 8 | ||||
-rwxr-xr-x | packaging/nsis/common.nsh | 2 |
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" |