aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-09 18:23:25 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-02-09 18:23:25 +0000
commitfd7827a629098d443a315df92f9c133da41a9284 (patch)
tree99da5ace1c576ec379f4998a41c413e82b800e51 /packaging
parent95d5b7868a38de4b2a5368081fba2d6b5f83a14b (diff)
typo fixed
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10014 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging')
-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