From e2af348af5cefe5fabc94992d044233791bad0cf Mon Sep 17 00:00:00 2001 From: Fredrik Mellbin Date: Wed, 25 Jan 2006 10:53:16 +0000 Subject: [PATCH] Version number fix for required avisynth Originally committed to SVN as r25. --- installer/aegisub.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/aegisub.nsi b/installer/aegisub.nsi index c6a40dfa3..dde192ae6 100644 --- a/installer/aegisub.nsi +++ b/installer/aegisub.nsi @@ -280,7 +280,7 @@ SetOutPath $INSTDIR ReadRegStr $R2 HKLM "Software\Avisynth" "" ${if} $R2 != "" - MessageBox MB_ICONQUESTION|MB_YESNO "Avisynth is already installed. Would you like to install over the current version? (required if your version is older than 2.5.0)" IDNO lbl_avisynth_end + MessageBox MB_ICONQUESTION|MB_YESNO "Avisynth is already installed. Would you like to install over the current version? (required if your version is older than 2.5.3)" IDNO lbl_avisynth_end ${endif} GetTempFilename $R1 $TEMP