cleaning structure
This commit is contained in:
5
old code/tray/ant/windows/nsis/Include/SetTitleBar.nsh
Executable file
5
old code/tray/ant/windows/nsis/Include/SetTitleBar.nsh
Executable file
@@ -0,0 +1,5 @@
|
||||
; Allow title masquerading
|
||||
!define SetTitleBar "!insertmacro SetTitleBar"
|
||||
!macro SetTitlebar title
|
||||
SendMessage $HWNDPARENT ${WM_SETTEXT} 0 "STR:${title}"
|
||||
!macroend
|
||||
Reference in New Issue
Block a user