Removed some profanity from the docs

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6519 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2014-07-11 21:11:11 +00:00
parent e7b3911e53
commit 9ed46ac829
8 changed files with 12 additions and 12 deletions

View file

@ -1465,7 +1465,7 @@ void WINAPI showCfgDlg()
}
// we don't save settings on cancel since that means your installer will likely
// quit soon, which means the ini might get flushed late and cause crap. :) anwyay.
// quit soon, which means the ini might get flushed late and cause delete issues?
if (!g_is_cancel) SaveSettings();
SetWindowLongPtr(hMainWindow,DWLP_DLGPROC,(LONG_PTR)lpWndProcOld);