diff options
author | George Hazan <george.hazan@gmail.com> | 2024-04-25 14:42:04 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-04-25 14:42:04 +0300 |
commit | 1e222c1712e60244624c4725abb823acdbd6a625 (patch) | |
tree | 6a90b2ddc295326a471151a80a0cbd03a60a1c94 /plugins/TabSRMM/res | |
parent | 0daa11d770237d67364a7ef8ee4adf7eeaa6b8a7 (diff) |
minor code cleaning
Diffstat (limited to 'plugins/TabSRMM/res')
-rw-r--r-- | plugins/TabSRMM/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/res/resource.rc b/plugins/TabSRMM/res/resource.rc index b653832a24..f873a65e0b 100644 --- a/plugins/TabSRMM/res/resource.rc +++ b/plugins/TabSRMM/res/resource.rc @@ -359,7 +359,7 @@ BEGIN GROUPBOX "Windows Aero settings",IDC_STATIC,4,140,294,42
CONTROL "Use Aero UI elements (only when not using a custom skin)",IDC_USEAERO,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,150,284,11
- COMBOBOX IDC_AEROEFFECT,8,165,194,36,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
+ COMBOBOX IDC_AEROEFFECT,8,165,194,36,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Use Windows 7 task bar enhancements (restart required)",IDC_USEAEROPEEK,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,185,284,11
END
|