diff --git a/src/misc/about.c b/src/misc/about.c index e5845c35..6c1a5baf 100644 --- a/src/misc/about.c +++ b/src/misc/about.c @@ -228,7 +228,7 @@ HWND GUIAPI OpenAboutDialog (HWND hHosting) SysPixelColor[IDX_COLOR_darkgray].g, SysPixelColor[IDX_COLOR_darkgray].b, 0xA0), - CT_ALPHAPIXEL, 0x80); + CT_ALPHAPIXEL, COLOR_BLEND_LEGACY); if (hMainWnd == HWND_INVALID) return HWND_INVALID;