mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
[EXPLORER][INCLUDE] Fix wrong title on taskbar about ampersand (&) (#2266)
Co-authored-by: Mark Jansen <mark.jansen@reactos.org> Based on @learn-more's CORE-11619.patch. CORE-11619
This commit is contained in:
parent
257a701e9b
commit
5f692ed1f0
2 changed files with 8 additions and 1 deletions
|
@ -306,6 +306,11 @@ public: // Configuration methods
|
|||
return SendMessageW(TB_SETHOTITEM, item);
|
||||
}
|
||||
|
||||
DWORD SetDrawTextFlags(DWORD useBits, DWORD bitState)
|
||||
{
|
||||
return SendMessageW(TB_SETDRAWTEXTFLAGS, useBits, bitState);
|
||||
}
|
||||
|
||||
public: // Button list management methods
|
||||
int GetButtonCount()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue