diff options
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 1569941b38..a621145659 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -661,7 +661,7 @@ BEGIN CONTROL "",IDC_AVATAR_WIDTH_SPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,102,120,11,12
RTEXT "Max width",IDC_AVATAR_SIZE_PIXELS,31,122,44,8
CONTROL "Animate Avatars",IDC_SHOW_ANIAVATARS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,26,246,8
- CONTROL "Use old render method (Fast, but has artefacts)",IDC_AVATAR_FASTDRAW,
+ CONTROL "Use old render method (fast, but has artefacts)",IDC_AVATAR_FASTDRAW,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,37,232,8
END
|