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

Replace 'TRUE' by 'VERA' in some GUI constants and comments

This commit is contained in:
Mounir IDRASSI
2014-06-16 19:11:37 +02:00
parent b6dc9e9e15
commit e1de322ed3
3 changed files with 9 additions and 9 deletions

View File

@@ -375,7 +375,7 @@ static void localcleanup (void)
static BOOL CALLBACK BroadcastSysEncCfgUpdateCallb (HWND hwnd, LPARAM lParam)
{
if (GetWindowLongPtr (hwnd, GWLP_USERDATA) == (LONG_PTR) 'TRUE')
if (GetWindowLongPtr (hwnd, GWLP_USERDATA) == (LONG_PTR) 'VERA')
{
char name[1024] = { 0 };
GetWindowText (hwnd, name, sizeof (name) - 1);