reactos/base
Katayama Hirofumi MZ c536664666
[EXPLORER][COMCTL32] Fix wrong title on taskbar if it has '&' in it (#7073)
The ampersand (&) a.k.a. prefix of
DrawText are specially treated for
adding underscores.
We have to fix drawing on toolbar
button with BTNS_NOPREFIX style.
JIRA issue: CORE-11619

- Delete DT flags hack in taskswnd.cpp.
- Add TOOLBAR_GetButtonDTFlags
  helper function.
- Extend TOOLBAR_DrawString
  parameters for the button info.
- Fix DrawText flags for drawing
  when the button has
  BTNS_NOPREFIX style.
2024-07-06 10:38:04 +09:00
..
applications [REGEDIT] Display REG_NONE as binary (#7084) 2024-07-05 22:11:16 +02:00
services [W32TIME] Change clock update interval to 4 hours (#5940) 2024-05-13 15:01:25 -05:00
setup [SETUPLIB][USETUP] Reduce duplicated code 2024-07-04 17:14:32 +02:00
shell [EXPLORER][COMCTL32] Fix wrong title on taskbar if it has '&' in it (#7073) 2024-07-06 10:38:04 +09:00
system [USERINIT] LiveCD: Set UI language (#7069) 2024-07-02 18:55:37 +09:00
CMakeLists.txt