From c001aedfdaff0d50fcda8ce7d10523241b1672ce Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Mon, 9 Feb 2004 18:23:25 +0000 Subject: [PATCH] typo fixed svn path=/trunk/; revision=10014 --- packaging/nsis/ethereal.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/nsis/ethereal.nsi b/packaging/nsis/ethereal.nsi index 57ad345ffe..a74e15ef92 100644 --- a/packaging/nsis/ethereal.nsi +++ b/packaging/nsis/ethereal.nsi @@ -1,7 +1,7 @@ ; ; ethereal.nsi ; -; $Id: ethereal.nsi,v 1.46 2004/02/07 21:47:25 ulfl Exp $ +; $Id: ethereal.nsi,v 1.47 2004/02/09 18:23:25 ulfl Exp $ !ifdef MAKENSIS_MODERN_UI @@ -28,7 +28,7 @@ OutFile "${DEST}-setup-${VERSION}.exe" Icon "..\..\image\ethereal.ico" UninstallIcon "..\..\image\ethereal.ico" -; Uninstall stuff (this text isn't used with the MODERN_UI!) */ +; Uninstall stuff (this text isn't used with the MODERN_UI!) UninstallText "This will uninstall Ethereal.\r\nBefore starting the uninstallation, make sure Ethereal is not running.\r\nClick 'Next' to continue." XPStyle on