From da2e52e9af0cff450b5b0266db793cd7bb0649d7 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 28 Jan 2009 22:27:02 +0100 Subject: [PATCH] Unset uninstaller icon Setting the uninstaller icon to the same icon as the mmg icon is confusing in the start menu. Fix for bug 330. --- installer/mkvtoolnix-unicode.nsi | 1 - 1 file changed, 1 deletion(-) diff --git a/installer/mkvtoolnix-unicode.nsi b/installer/mkvtoolnix-unicode.nsi index 6e5172ef9..647867cf8 100644 --- a/installer/mkvtoolnix-unicode.nsi +++ b/installer/mkvtoolnix-unicode.nsi @@ -17,7 +17,6 @@ SetCompressor /SOLID lzma # MUI Settings !define MUI_ABORTWARNING !define MUI_ICON "matroskalogo_big.ico" -!define MUI_UNICON "matroskalogo_big.ico" # Language Selection Dialog Settings !define MUI_LANGDLL_REGISTRY_ROOT "${PRODUCT_UNINST_ROOT_KEY}"