From 516d177e553780ba91b522794a4de44f8c3cc0ed Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Mon, 22 Mar 2004 22:37:41 +0000 Subject: [PATCH] !ifdef-ize out a GTKWimp text section. svn path=/trunk/; revision=10441 --- packaging/nsis/ethereal.nsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi index b07214091f..8a0ca044f4 100644 --- a/packaging/nsis/ethereal.nsi +++ b/packaging/nsis/ethereal.nsi @@ -1,7 +1,7 @@ ; ; ethereal.nsi ; -; $Id: ethereal.nsi,v 1.50 2004/02/24 18:51:40 ulfl Exp $ +; $Id: ethereal.nsi,v 1.51 2004/03/22 22:37:41 gerald Exp $ !ifdef MAKENSIS_MODERN_UI @@ -440,7 +440,9 @@ SectionEnd !ifdef GTK2_DIR !insertmacro MUI_DESCRIPTION_TEXT ${SecEtherealGTK2} "${PROGRAM_NAME} is a GUI network protocol analyzer (using the modern GTK2 GUI toolkit)." !endif +!ifdef GTK_WIMP_DIR !insertmacro MUI_DESCRIPTION_TEXT ${SecGTKWimp} "GTKWimp is the GTK2 windows impersonator (native Win32 look and feel)." +!endif !insertmacro MUI_DESCRIPTION_TEXT ${SecTethereal} "Tethereal is a network protocol analyzer." !insertmacro MUI_DESCRIPTION_TEXT ${SecEditCap} "Editcap is a program that reads a capture file and writes some or all of the packets into another capture file." !insertmacro MUI_DESCRIPTION_TEXT ${SecText2Pcap} "Text2pcap is a program that reads in an ASCII hex dump and writes the data into a libpcap-style capture file."