Minor documentation tweaks
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6715 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
d74c5acdcd
commit
f674bf118f
4 changed files with 4 additions and 8 deletions
|
@ -226,8 +226,8 @@ NSIS version used to build the script.
|
|||
|
||||
NSIS version as a 32 bit number.
|
||||
|
||||
\c !if 0x2046000 >= ${NSIS_PACKEDVERSION}
|
||||
\c !error "NSIS 2.47 or higher is required to build this installer!"
|
||||
\c !if 0x3014000 >= "${NSIS_PACKEDVERSION}"
|
||||
\c !error "NSIS 3.15 or higher is required to build this installer!"
|
||||
\c !endif
|
||||
|
||||
\S1{preunicodecodepoint} $\{U+1\}...$\{U+10FFFF\}
|
||||
|
|
|
@ -237,7 +237,7 @@ This constant is available on Windows XP and above.
|
|||
|
||||
\e{$HWNDPARENT}
|
||||
|
||||
The decimal HWND of the parent window.
|
||||
HWND of the main window (in decimal).
|
||||
|
||||
\e{$PLUGINSDIR}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue