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);

View file

@ -41,12 +41,12 @@ Flags=NOTABSTOP
[Field 5]
Type=FileRequest
State=C:\poop.poop
State=C:\dummy.xyz
Left=10
Right=-10
Top=56
Bottom=68
Filter=Poop Files|*.poop|All files|*.*
Filter=XYZ Files|*.xyz|All files|*.*
Flags=GROUP|FILE_MUST_EXIST|FILE_EXPLORER|FILE_HIDEREADONLY
[Field 6]

View file

@ -41,8 +41,8 @@ Bottom=51
[Field 5]
Type=FileRequest
Flags=GROUP|FILE_MUST_EXIST|FILE_EXPLORER|FILE_HIDEREADONLY
State=C:\poop.poop
Filter=Poop Files|*.poop|All files|*.*
State=C:\dummy.xyz
Filter=XYZ Files|*.xyz|All files|*.*
Left=10
Right=-10
Top=56