Changeset 1029 for trunk/dll/comp.c
- Timestamp:
- Jun 23, 2008, 3:30:16 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.c
r1017 r1029 2574 2574 } 2575 2575 if (fUpdateHideButton) { 2576 U SHORTstate = WinQueryButtonCheckstate(hwnd,COMP_HIDENOTSELECTED);2576 ULONG state = WinQueryButtonCheckstate(hwnd,COMP_HIDENOTSELECTED); 2577 2577 if (state == 1) { 2578 2578 WinCheckButton(hwnd, COMP_HIDENOTSELECTED, 2); … … 2723 2723 cmp = INSTDATA(hwnd); 2724 2724 if (cmp) { 2725 U SHORTwasHidden = WinQueryButtonCheckstate(hwnd,2725 ULONG wasHidden = WinQueryButtonCheckstate(hwnd, 2726 2726 COMP_HIDENOTSELECTED); 2727 2727
Note:
See TracChangeset
for help on using the changeset viewer.