diff options
author | George Hazan <george.hazan@gmail.com> | 2012-07-12 12:37:54 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-07-12 12:37:54 +0000 |
commit | f53121766f887f34a489c06669735ccbd2a859ab (patch) | |
tree | a7bb426cec7888b0e9fc2bbc3439849eade787ef /plugins/SimpleStatusMsg/main.cpp | |
parent | 9c62ad6bb204781819184f772992fec768cb4418 (diff) |
obsolete flag TTBBF_ICONBYHANDLE removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@920 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SimpleStatusMsg/main.cpp')
-rw-r--r-- | plugins/SimpleStatusMsg/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SimpleStatusMsg/main.cpp b/plugins/SimpleStatusMsg/main.cpp index de266b6d93..4ba8a8a6a0 100644 --- a/plugins/SimpleStatusMsg/main.cpp +++ b/plugins/SimpleStatusMsg/main.cpp @@ -1602,7 +1602,7 @@ static int AddTopToolbarButton(WPARAM wParam, LPARAM lParam) ttbb.cbSize = sizeof(ttbb);
ttbb.hIconHandleUp = GetIconHandle(IDI_CSMSG);
ttbb.pszService = MS_SIMPLESTATUSMSG_SHOWDIALOGINT;
- ttbb.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP | TTBBF_ICONBYHANDLE;
+ ttbb.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP;
ttbb.name = LPGEN("Change Status Message");
ttbb.pszTooltipUp = LPGEN("Change Status Message");
hTTBButton = TopToolbar_AddButton(&ttbb);
|