- PROMPT_CREATE doesn't work with REQ_SAVE
- Example INI file had old flag names git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3149 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
2628e38b33
commit
b0d4888c3a
2 changed files with 3 additions and 2 deletions
|
@ -390,7 +390,8 @@ numbers from 1 to NumFields. Each Field section can contain the following values
|
|||
to display a warning
|
||||
if the selected file does not exist. However, it still allows the
|
||||
user to select the file.<br />This only displays the
|
||||
warning for files selected with the browse button.</td></tr>
|
||||
warning for files selected with the browse button.<br />
|
||||
Doesn't work along with REQ_SAVE.</td></tr>
|
||||
<tr>
|
||||
<td class="righttable">RIGHT</td>
|
||||
<td class="righttable">Used by "<span class="italic">Checkbox</span>"
|
||||
|
|
|
@ -47,7 +47,7 @@ Right=-10
|
|||
Top=56
|
||||
Bottom=68
|
||||
Filter=Poop Files|*.poop|All files|*.*
|
||||
Flags=GROUP|FILE_MUST_EXIST|OFN_EXPLORER|OFN_HIDEREADONLY
|
||||
Flags=GROUP|FILE_MUST_EXIST|FILE_EXPLORER|FILE_HIDEREADONLY
|
||||
|
||||
[Field 6]
|
||||
Type=DirRequest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue