1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 03:18:26 -06:00

Linux/MacOSX: use new icons contributed by Andreas Becker (https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850)

This commit is contained in:
Mounir IDRASSI
2015-12-03 00:43:44 +01:00
parent 3a9db8d98c
commit 533b7e1eb8
9 changed files with 3908 additions and 735 deletions

View File

@@ -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
}