From cd689cb08d614fb2f405167debec66c7c2ef6843 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 27 Dec 2016 21:52:11 +0300 Subject: missing hotkey text --- plugins/Scriver/src/msgs.cpp | 2 +- src/core/stdmsg/src/msgs.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Scriver/src/msgs.cpp b/plugins/Scriver/src/msgs.cpp index a9c7dba2f0..0a0658a0c6 100644 --- a/plugins/Scriver/src/msgs.cpp +++ b/plugins/Scriver/src/msgs.cpp @@ -509,7 +509,7 @@ int RegisterToolbarIcons(WPARAM, LPARAM) bbd.dwDefPos = 30; bbd.hIcon = IcoLib_GetIconHandle("chat_bkgcol"); bbd.pwszText = LPGENW("&Background color"); - bbd.pwszTooltip = LPGENW("Select a background color for the text"); + bbd.pwszTooltip = LPGENW("Select a background color for the text (CTRL+L)"); Srmm_AddButton(&bbd); bbd.bbbFlags = BBBF_ISCHATBUTTON | BBBF_ISRSIDEBUTTON | BBBF_CREATEBYID; diff --git a/src/core/stdmsg/src/msgs.cpp b/src/core/stdmsg/src/msgs.cpp index 4219ed2c34..34f5c7c36f 100644 --- a/src/core/stdmsg/src/msgs.cpp +++ b/src/core/stdmsg/src/msgs.cpp @@ -349,7 +349,7 @@ int RegisterToolbarIcons(WPARAM, LPARAM) bbd.dwDefPos = 30; bbd.hIcon = GetIconHandle("bkgcol"); bbd.pwszText = LPGENW("&Background color"); - bbd.pwszTooltip = LPGENW("Select a background color for the text"); + bbd.pwszTooltip = LPGENW("Select a background color for the text (CTRL+L)"); Srmm_AddButton(&bbd); bbd.bbbFlags = BBBF_ISCHATBUTTON | BBBF_ISRSIDEBUTTON | BBBF_CREATEBYID; -- cgit v1.2.3