From 533b7e1eb8689707693d25a215c215cd73715c5e Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 3 Dec 2015 00:43:44 +0100 Subject: Linux/MacOSX: use new icons contributed by Andreas Becker (https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850) --- src/Main/Resources.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Main/Resources.cpp') diff --git a/src/Main/Resources.cpp b/src/Main/Resources.cpp index 0a82954c..83ac023e 100644 --- a/src/Main/Resources.cpp +++ b/src/Main/Resources.cpp @@ -155,8 +155,8 @@ namespace VeraCrypt #ifdef TC_WINDOWS return wxIcon (L"IDI_TRUECRYPT_ICON", wxBITMAP_TYPE_ICO_RESOURCE, 16, 16); #else -# include "Resources/Icons/VeraCrypt-16x16.xpm" - return wxIcon (VeraCryptIcon16x16); +# include "Resources/Icons/VeraCrypt-256x256.xpm" + return wxIcon (VeraCryptIcon256x256); #endif } -- cgit v1.2.3