XML Makefiles

svn path=/trunk/; revision=15882
This commit is contained in:
Maarten Bosma 2005-06-13 13:21:34 +00:00
parent 0aec39dcbe
commit 5347091d15
5 changed files with 61 additions and 6 deletions

View file

@ -222,12 +222,7 @@ int SetButton (DWORD id, BOOL state)
ti.cbSize = sizeof (ti);
ti.dwMask = TBIF_STATE;
/*
if(state&&id==1)
MessageBox(0,L"on",0,0);
else if(!state&&id==1)
MessageBox(0,L"off",0,0);
*/
if(state)
ti.fsState = TBSTATE_ENABLED;
else