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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user