From e1de322ed3911ebcef6e3bb9796ed15c8be27f4b Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 16 Jun 2014 19:11:37 +0200 Subject: Replace 'TRUE' by 'VERA' in some GUI constants and comments --- src/Common/Dlgcode.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Common/Dlgcode.c') diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c index 71293bcd..cadab148 100644 --- a/src/Common/Dlgcode.c +++ b/src/Common/Dlgcode.c @@ -3984,7 +3984,7 @@ static BOOL CALLBACK LocalizeDialogEnum( HWND hwnd, LPARAM font) void LocalizeDialog (HWND hwnd, char *stringId) { LastDialogId = stringId; - SetWindowLongPtr (hwnd, GWLP_USERDATA, (LONG_PTR) 'TRUE'); + SetWindowLongPtr (hwnd, GWLP_USERDATA, (LONG_PTR) 'VERA'); SendMessage (hwnd, WM_SETFONT, (WPARAM) hUserFont, 0); if (stringId == NULL) @@ -8370,7 +8370,7 @@ void HandleDriveNotReadyError () BOOL CALLBACK CloseTCWindowsEnum (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); @@ -8395,7 +8395,7 @@ BOOL CALLBACK FindTCWindowEnum (HWND hwnd, LPARAM lParam) if (*(HWND *)lParam == hwnd) return TRUE; - if (GetWindowLongPtr (hwnd, GWLP_USERDATA) == (LONG_PTR) 'TRUE') + if (GetWindowLongPtr (hwnd, GWLP_USERDATA) == (LONG_PTR) 'VERA') { char name[32] = { 0 }; GetWindowText (hwnd, name, sizeof (name) - 1); -- cgit v1.2.3