mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Fix a comment.
svn path=/trunk/; revision=73046
This commit is contained in:
parent
c3363cb938
commit
b5beb7dffc
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ do { \
|
|||
FILL_COMBOBOX(IDC_EFFAPPEARANCE_SMOOTHINGTYPE, IDS_STANDARDEFFECT,
|
||||
IDS_CLEARTYPEEFFECT);
|
||||
|
||||
/* Sundry checkboxes */
|
||||
/* Other checkboxes */
|
||||
INIT_CHECKBOX(IDC_EFFAPPEARANCE_SETDROPSHADOW, bDropShadow);
|
||||
INIT_CHECKBOX(IDC_EFFAPPEARANCE_DRAGFULLWINDOWS, bDragFullWindows);
|
||||
INIT_CHECKBOX(IDC_EFFAPPEARANCE_KEYBOARDCUES, bKeyboardCues);
|
||||
|
|
Loading…
Reference in a new issue