!ifdef-ize out a GTKWimp text section.

svn path=/trunk/; revision=10441
This commit is contained in:
Gerald Combs 2004-03-22 22:37:41 +00:00
parent 8e5a56a881
commit 516d177e55
1 changed files with 3 additions and 1 deletions

View File

@ -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."