diff --git a/Contrib/UIs/modern.exe b/Contrib/UIs/modern.exe index 459a46a2..a2a70be0 100644 Binary files a/Contrib/UIs/modern.exe and b/Contrib/UIs/modern.exe differ diff --git a/Contrib/UIs/modernsimple.exe b/Contrib/UIs/modern2.exe similarity index 79% rename from Contrib/UIs/modernsimple.exe rename to Contrib/UIs/modern2.exe index ca85412f..963f0d96 100644 Binary files a/Contrib/UIs/modernsimple.exe and b/Contrib/UIs/modern2.exe differ diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 10798f1f..8fdd1924 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -17,7 +17,7 @@ Caption "Nullsoft Install System - Setup" OutFile ..\nsis${VER_MAJOR}${VER_MINOR}.exe SetCompressor bzip2 -!insertmacro MUI_INTERFACE "modernsimple.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" +!insertmacro MUI_INTERFACE "modern2.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" LicenseText "Scroll down to see the rest of the agreement." LicenseData ..\license.txt