Skip to content

Commit

Permalink
fix(nsis): missed "Installing, please wait" text
Browse files Browse the repository at this point in the history
Close #1630
  • Loading branch information
develar committed Jun 16, 2017
1 parent c6fdcfb commit c5d3441
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ StrCpy $shortcuts ""
FindWindow $0 "#32770" "" $hwndparent
FindWindow $0 "#32770" "" $hwndparent $0
GetDlgItem $0 $0 1000
SendMessage $0 ${WM_SETTEXT} 0 "$(installing)"
SendMessage $0 ${WM_SETTEXT} 0 "STR:$(installing)"
${endif}
!insertmacro CHECK_APP_RUNNING
!else
Expand Down

0 comments on commit c5d3441

Please sign in to comment.