From edc558b987f37f148b4f15908fab5488b26c1ace Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 20 Mar 2009 12:11:57 +0000 Subject: [PATCH] english git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5952 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/util.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/exehead/util.c b/Source/exehead/util.c index b0bfc4dd..ac424dc4 100644 --- a/Source/exehead/util.c +++ b/Source/exehead/util.c @@ -637,12 +637,12 @@ char * NSISCALL GetNSISString(char *outbuf, int strtab) SHGetFolderPath as provided by shfolder.dll is used to get special folders unless the installer is running on Windows 95/98. For 95/98 shfolder.dll is only used for the Application Data and Documents folder (if the DLL exists). - Oherwise, the old SHGetSpecialFolderLocation API is called. + Otherwise, the old SHGetSpecialFolderLocation API is called. - There reason for not using shfolder.dll for all folders on 95/98 is that - some unsupported folders (such as the Start Menu folder for all users) are - simulated instead of returning an error so whe can fall back on the folder - for the current user. + The reason for not using shfolder.dll for all folders on 95/98 is that some + unsupported folders (such as the Start Menu folder for all users) are + simulated instead of returning an error so we can fall back on the current + user folder. SHGetFolderPath in shell32.dll could be called directly for Windows versions later than 95/98 but there is no need to do so, because shfolder.dll is still