mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +00:00
Fix a syntax error which VS strangely missed
svn path=/trunk/; revision=41945
This commit is contained in:
parent
b277f4e9a8
commit
eea0a464f4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ BEGIN
|
||||||
AUTOCHECKBOX "Keep the &taskbar on top of other windows", IDC_TASKBARPROP_ONTOP, 13,71,200,10, WS_DISABLED
|
AUTOCHECKBOX "Keep the &taskbar on top of other windows", IDC_TASKBARPROP_ONTOP, 13,71,200,10, WS_DISABLED
|
||||||
AUTOCHECKBOX "&Group similar taskbar buttons", IDC_TASKBARPROP_GROUP, 13,84,200,10, WS_DISABLED
|
AUTOCHECKBOX "&Group similar taskbar buttons", IDC_TASKBARPROP_GROUP, 13,84,200,10, WS_DISABLED
|
||||||
AUTOCHECKBOX "Show &Quick Launch", IDC_TASKBARPROP_SHOWQL, 13,97,200,10, WS_DISABLED
|
AUTOCHECKBOX "Show &Quick Launch", IDC_TASKBARPROP_SHOWQL, 13,97,200,10, WS_DISABLED
|
||||||
AUTOCHECKBOX "&Show window previews (thumbnails)", IDC_TASKBARPROP_WNDPREV 13,110,200,10, WS_DISABLED
|
AUTOCHECKBOX "&Show window previews (thumbnails)", IDC_TASKBARPROP_WNDPREV, 13,110,200,10, WS_DISABLED
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_TASKBARPROP_STARTMENU DIALOGEX 0, 0, 252, 218
|
IDD_TASKBARPROP_STARTMENU DIALOGEX 0, 0, 252, 218
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue