5 lines
165 B
NSIS
Executable File
5 lines
165 B
NSIS
Executable File
; Allow title masquerading
|
|
!define SetTitleBar "!insertmacro SetTitleBar"
|
|
!macro SetTitlebar title
|
|
SendMessage $HWNDPARENT ${WM_SETTEXT} 0 "STR:${title}"
|
|
!macroend |