mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
remove LOG output
svn path=/trunk/; revision=8485
This commit is contained in:
parent
f685bba74e
commit
e6d1d24014
1 changed files with 0 additions and 2 deletions
|
@ -131,9 +131,7 @@ LRESULT DesktopBar::Init(LPCREATESTRUCT pcs)
|
||||||
rbBand.cxMinChild = 0;
|
rbBand.cxMinChild = 0;
|
||||||
rbBand.cyMinChild = HIWORD(SendMessage(_hwndQuickLaunch, TB_GETBUTTONSIZE, 0, 0)) + 2;
|
rbBand.cyMinChild = HIWORD(SendMessage(_hwndQuickLaunch, TB_GETBUTTONSIZE, 0, 0)) + 2;
|
||||||
rbBand.cx = 250;
|
rbBand.cx = 250;
|
||||||
LOG(TEXT("before RB_INSERTBAND"));
|
|
||||||
SendMessage(_hwndrebar, RB_INSERTBAND, (WPARAM)-1, (LPARAM)&rbBand);
|
SendMessage(_hwndrebar, RB_INSERTBAND, (WPARAM)-1, (LPARAM)&rbBand);
|
||||||
LOG(TEXT("after RB_INSERTBAND"));
|
|
||||||
|
|
||||||
rbBand.lpText = TEXT("Taskbar");
|
rbBand.lpText = TEXT("Taskbar");
|
||||||
rbBand.hwndChild = _hwndTaskBar;
|
rbBand.hwndChild = _hwndTaskBar;
|
||||||
|
|
Loading…
Reference in a new issue