Remove some gratuitous use of non-ANSI characters that were making the Unicode patch harder to review.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5905 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bf6c65b158
commit
80c2fae5c1
9 changed files with 16 additions and 16 deletions
|
@ -49,7 +49,7 @@ o-----------------------------------------------------------------------------o
|
|||
|
||||
!verbose push
|
||||
!verbose 4
|
||||
!echo `${STRFUNC_INITMSGPRE}NSIS ${STRFUNC} ${STRFUNC_VER} - © ${STRFUNC_CREDITS}${STRFUNC_INITMSGPOST}`
|
||||
!echo `${STRFUNC_INITMSGPRE}NSIS ${STRFUNC} ${STRFUNC_VER} - Copyright ${STRFUNC_CREDITS}${STRFUNC_INITMSGPOST}`
|
||||
!verbose pop
|
||||
|
||||
;Header File Function Init Message Prefix and Postfix
|
||||
|
@ -82,13 +82,13 @@ o-----------------------------------------------------------------------------o
|
|||
!verbose 4
|
||||
|
||||
!ifndef `Un${ShortName}`
|
||||
!echo `${STRFUNC_FUNCMSGPRE}$ {Un${ShortName}} - © ${Credits}${STRFUNC_FUNCMSGPOST}`
|
||||
!echo `${STRFUNC_FUNCMSGPRE}$ {Un${ShortName}} - Copyright ${Credits}${STRFUNC_FUNCMSGPOST}`
|
||||
!verbose pop
|
||||
!define `Un${ShortName}` `!insertmacro FUNCTION_STRING_Un${ShortName}_Call`
|
||||
!define `Un${ShortName}_INCLUDED`
|
||||
Function `un.${ShortName}`
|
||||
!else
|
||||
!echo `${STRFUNC_FUNCMSGPRE}$ {${ShortName}} - © ${Credits}${STRFUNC_FUNCMSGPOST}`
|
||||
!echo `${STRFUNC_FUNCMSGPRE}$ {${ShortName}} - Copyright ${Credits}${STRFUNC_FUNCMSGPOST}`
|
||||
!verbose pop
|
||||
!undef `${ShortName}`
|
||||
!define `${ShortName}` `!insertmacro FUNCTION_STRING_${ShortName}_Call`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue