Commit 27c3cf93 authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

explorer: Always set the systray icon tooltip text.

parent 79d0c050
......@@ -563,7 +563,7 @@ static BOOL modify_icon( struct icon *icon, NOTIFYICONDATAW *nid )
if (nid->uFlags & NIF_TIP)
{
lstrcpynW( icon->tiptext, nid->szTip, ARRAY_SIZE( icon->tiptext ));
if (icon->display != ICON_DISPLAY_HIDDEN) update_tooltip_text(icon);
update_tooltip_text( icon );
}
if (nid->uFlags & NIF_INFO && nid->cbSize >= NOTIFYICONDATAA_V2_SIZE)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment