From 13c6f2948e9d2d7c10c1bdf251a59b3c6c5ddf9d Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 4 Dec 2015 22:28:30 +0100 Subject: Windows: use new icons an graphics contributed by Andreas Becker (https://github.com/veracrypt/VeraCrypt/issues/9#issuecomment-118353850) --- src/Common/VeraCrypt.ico | Bin 9662 -> 370070 bytes src/Common/VeraCrypt_Volume.ico | Bin 9662 -> 370070 bytes src/Common/VeraCrypt_mounted.ico | Bin 9662 -> 370070 bytes src/Format/VeraCrypt_Wizard.bmp | Bin 222006 -> 166586 bytes src/Mount/Drive_icon_96dpi.bmp | Bin 1590 -> 1274 bytes src/Mount/Drive_icon_mask_96dpi.bmp | Bin 110 -> 110 bytes src/Mount/Logo_288dpi.bmp | Bin 62330 -> 62330 bytes src/Mount/Logo_96dpi.bmp | Bin 7034 -> 6966 bytes src/Mount/Mount.rc | 2 +- src/Mount/System_drive_icon_96dpi.bmp | Bin 1590 -> 1206 bytes src/Mount/System_drive_icon_mask_96dpi.bmp | Bin 110 -> 110 bytes src/Setup/Setup.ico | Bin 9854 -> 370070 bytes src/Setup/VeraCrypt_setup.bmp | Bin 65718 -> 49398 bytes 13 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/VeraCrypt.ico b/src/Common/VeraCrypt.ico index 1ce7c305..c1f606b6 100644 Binary files a/src/Common/VeraCrypt.ico and b/src/Common/VeraCrypt.ico differ diff --git a/src/Common/VeraCrypt_Volume.ico b/src/Common/VeraCrypt_Volume.ico index 8ea1b28d..5ae151fa 100644 Binary files a/src/Common/VeraCrypt_Volume.ico and b/src/Common/VeraCrypt_Volume.ico differ diff --git a/src/Common/VeraCrypt_mounted.ico b/src/Common/VeraCrypt_mounted.ico index 2e87ae49..87f163cc 100644 Binary files a/src/Common/VeraCrypt_mounted.ico and b/src/Common/VeraCrypt_mounted.ico differ diff --git a/src/Format/VeraCrypt_Wizard.bmp b/src/Format/VeraCrypt_Wizard.bmp index 849a2de5..66dde6d7 100644 Binary files a/src/Format/VeraCrypt_Wizard.bmp and b/src/Format/VeraCrypt_Wizard.bmp differ diff --git a/src/Mount/Drive_icon_96dpi.bmp b/src/Mount/Drive_icon_96dpi.bmp index 72426be7..4cfa646d 100644 Binary files a/src/Mount/Drive_icon_96dpi.bmp and b/src/Mount/Drive_icon_96dpi.bmp differ diff --git a/src/Mount/Drive_icon_mask_96dpi.bmp b/src/Mount/Drive_icon_mask_96dpi.bmp index 44981b43..a3c94525 100644 Binary files a/src/Mount/Drive_icon_mask_96dpi.bmp and b/src/Mount/Drive_icon_mask_96dpi.bmp differ diff --git a/src/Mount/Logo_288dpi.bmp b/src/Mount/Logo_288dpi.bmp index 8959a459..38e46cdc 100644 Binary files a/src/Mount/Logo_288dpi.bmp and b/src/Mount/Logo_288dpi.bmp differ diff --git a/src/Mount/Logo_96dpi.bmp b/src/Mount/Logo_96dpi.bmp index 2d3cff0e..66809ed3 100644 Binary files a/src/Mount/Logo_96dpi.bmp and b/src/Mount/Logo_96dpi.bmp differ diff --git a/src/Mount/Mount.rc b/src/Mount/Mount.rc index 17c1b916..5e7abd90 100644 --- a/src/Mount/Mount.rc +++ b/src/Mount/Mount.rc @@ -164,7 +164,7 @@ BEGIN PUSHBUTTON "&Auto-Mount Devices",IDC_MOUNTALL,100,243,84,18 PUSHBUTTON "Di&smount All",IDC_UNMOUNTALL,192,243,84,18,WS_GROUP PUSHBUTTON "E&xit",IDC_EXIT,284,243,84,18,WS_GROUP - CONTROL 112,IDC_LOGO,"Static",SS_BITMAP | SS_NOTIFY | WS_BORDER,16,192,27,31 + CONTROL 112,IDC_LOGO,"Static",SS_BITMAP | SS_NOTIFY | WS_BORDER,13,190,33,31 GROUPBOX "Volume",IDT_VOLUME,8,179,360,53 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,2,0,372,147 CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,282,242,88,20 diff --git a/src/Mount/System_drive_icon_96dpi.bmp b/src/Mount/System_drive_icon_96dpi.bmp index 6f512d60..c4e120f4 100644 Binary files a/src/Mount/System_drive_icon_96dpi.bmp and b/src/Mount/System_drive_icon_96dpi.bmp differ diff --git a/src/Mount/System_drive_icon_mask_96dpi.bmp b/src/Mount/System_drive_icon_mask_96dpi.bmp index 44981b43..b27c09b6 100644 Binary files a/src/Mount/System_drive_icon_mask_96dpi.bmp and b/src/Mount/System_drive_icon_mask_96dpi.bmp differ diff --git a/src/Setup/Setup.ico b/src/Setup/Setup.ico index a9d37288..8fd81cd3 100644 Binary files a/src/Setup/Setup.ico and b/src/Setup/Setup.ico differ diff --git a/src/Setup/VeraCrypt_setup.bmp b/src/Setup/VeraCrypt_setup.bmp index 7208ef37..b99619e3 100644 Binary files a/src/Setup/VeraCrypt_setup.bmp and b/src/Setup/VeraCrypt_setup.bmp differ -- cgit v1.2.3