mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 09:15:50 +02:00
make sure nsDialog file is included
This commit is contained in:
parent
288b044a0f
commit
a6c8c62d36
1 changed files with 3 additions and 0 deletions
|
@ -768,6 +768,9 @@ Function InstallOptionsPage
|
|||
|
||||
FunctionEnd
|
||||
|
||||
; Make sure nsDialogs is included before we use it
|
||||
!include "nsdialogs.nsh"
|
||||
|
||||
Function PostInstallOptionsPage
|
||||
nsDialogs::Create 1018
|
||||
Pop $POST_INSTALL_DIALOG
|
||||
|
|
Loading…
Reference in a new issue