From: <pst...@us...> - 2008-12-31 02:46:46
|
Revision: 665 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=665&view=rev Author: pstieber Date: 2008-12-31 02:46:38 +0000 (Wed, 31 Dec 2008) Log Message: ----------- Fixed a typo in a comment. Modified Paths: -------------- branches/jazz-4.1.3/Jazz-4.1.3.nsi Modified: branches/jazz-4.1.3/Jazz-4.1.3.nsi =================================================================== --- branches/jazz-4.1.3/Jazz-4.1.3.nsi 2008-12-31 02:42:43 UTC (rev 664) +++ branches/jazz-4.1.3/Jazz-4.1.3.nsi 2008-12-31 02:46:38 UTC (rev 665) @@ -1,6 +1,6 @@ ; Jazz-4.1.3.nsi ; -; This script simnply places an old version of Jazz++ in a directory on +; This script simply places an old version of Jazz++ in a directory on ; the user's desktop. ;-------------------------------- @@ -11,10 +11,10 @@ ; The file to write. OutFile "Jazz-4.1.3-Installer.exe" -; The default installation directory +; The default installation directory. InstallDir $DESKTOP\Jazz-4.1.3 -; Request application privileges for Windows Vista +; Request application privileges for Windows Vista. RequestExecutionLevel user ;-------------------------------- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |