diff options
author | George Hazan <ghazan@miranda.im> | 2016-11-29 13:03:48 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-11-29 13:03:48 +0300 |
commit | 4e5cf5ee914732ae30e261f08b270f07a69630f4 (patch) | |
tree | a90387dbcb25b92edd54cb2d7b0d706fa4ff26f9 /plugins/FTPFileYM | |
parent | 16b38b3be1547e49655683a912fb18e84c67f312 (diff) |
BBBF_ANSITOOLTIP - unused flag removed
Diffstat (limited to 'plugins/FTPFileYM')
-rw-r--r-- | plugins/FTPFileYM/src/ftpfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FTPFileYM/src/ftpfile.cpp b/plugins/FTPFileYM/src/ftpfile.cpp index 588e7be378..569414b49b 100644 --- a/plugins/FTPFileYM/src/ftpfile.cpp +++ b/plugins/FTPFileYM/src/ftpfile.cpp @@ -189,7 +189,7 @@ void InitTabsrmmButton() btn.dwDefPos = 105;
btn.hIcon = iconList[ServerList::FTP_COUNT].hIcolib;
btn.bbbFlags = BBBF_ISARROWBUTTON | BBBF_ISIMBUTTON | BBBF_ISLSIDEBUTTON | BBBF_CANBEHIDDEN;
- btn.ptszTooltip = TranslateT("FTP File");
+ btn.pwszTooltip = TranslateT("FTP File");
CallService(MS_BB_ADDBUTTON, 0, (LPARAM)&btn);
HookEvent(ME_MSG_BUTTONPRESSED, TabsrmmButtonPressed);
}
|