aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/nsis
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-09 18:23:25 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-09 18:23:25 +0000
commitc001aedfdaff0d50fcda8ce7d10523241b1672ce (patch)
tree99da5ace1c576ec379f4998a41c413e82b800e51 /packaging/nsis
parent62e8b4836e7d66def5bc2a9e44e65401d107c9e0 (diff)
typo fixed
svn path=/trunk/; revision=10014
Diffstat (limited to 'packaging/nsis')
-rw-r--r--packaging/nsis/ethereal.nsi4
1 files 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