From 6aeffcf8973126b46d21dc1a3cdb412ccd01f471 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 28 Dec 2008 16:25:28 +0000 Subject: [PATCH] Use the Matroska logo for the installer instead of the generic NSIS installer icon as suggested in bug 322. --- mkvtoolnix-unicode.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkvtoolnix-unicode.nsi b/mkvtoolnix-unicode.nsi index 747696649..82a084223 100644 --- a/mkvtoolnix-unicode.nsi +++ b/mkvtoolnix-unicode.nsi @@ -19,7 +19,7 @@ SetCompressor /SOLID lzma # MUI Settings !define MUI_ABORTWARNING -!define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\modern-install.ico" +!define MUI_ICON "matroskalogo_big.ico" !define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico" # Language Selection Dialog Settings