Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CLCLSet/CLCLSet.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ void draw_scroll_sontrol(LPDRAWITEMSTRUCT lpDrawItem, UINT i)
#define FOCUSRECT_SIZE 3

if (lpDrawItem->itemState & ODS_DISABLED) {
// �g�p�s�\
// �g�p�s�\
// unavailable
i |= DFCS_INACTIVE;
}
if (lpDrawItem->itemState & ODS_SELECTED) {
Expand Down
4 changes: 2 additions & 2 deletions CLCLSet/CLCLSet.rc
Original file line number Diff line number Diff line change
Expand Up @@ -910,8 +910,8 @@ BEGIN
CONTROL "&No check",IDC_RADIO_CHECK_NO,"Button",BS_AUTORADIOBUTTON | WS_GROUP,16,115,218,10
CONTROL "&Only last History will be checked",IDC_RADIO_CHECK_ONE,
"Button",BS_AUTORADIOBUTTON,16,128,218,10
CONTROL "&All History will be cheked",IDC_RADIO_CHECK_ALL,"Button",BS_AUTORADIOBUTTON,16,141,218,10
CONTROL "All History will be cheked and &deleted duplicate History",IDC_RADIO_CHECK_ALL_DELETE,
CONTROL "&All History will be checked",IDC_RADIO_CHECK_ALL,"Button",BS_AUTORADIOBUTTON,16,141,218,10
CONTROL "All History will be checked and duplicates &deleted",IDC_RADIO_CHECK_ALL_DELETE,
"Button",BS_AUTORADIOBUTTON,16,154,218,10
END

Expand Down