Skip to content

Commit

Permalink
Make a win32 installer message more user-friendly.
Browse files Browse the repository at this point in the history
  • Loading branch information
23Skidoo committed Feb 20, 2013
1 parent 73a5805 commit b0e0a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win32/Nsisfile.nsi
Expand Up @@ -80,7 +80,7 @@ FunctionEnd

Function .onInstSuccess
IfFileExists $SYSDIR\glut32.dll Done
MessageBox MB_YESNO "It looks like glut32.dll is not installed. You will not be able to use the GLUT library. Do you want to copy glut32.dll to the system directory?" IDNO Done
MessageBox MB_YESNO "It looks like the GLUT library is not installed on your computer. Do you want to install GLUT?" IDNO Done
SetOutPath "$SYSDIR\."
File "${FILES_SOURCE_PATH}\etc\glut32.dll"
Done:
Expand Down

0 comments on commit b0e0a6a

Please sign in to comment.