summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-02-19 15:11:30 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-02-19 15:11:30 +0300
commit8995252e28a74bdb8ec2e616b991abd9b92b9655 (patch)
tree7b71cba928318981ded8b48848c7e67619d173aa /src/mir_app
parent00cff5cf367a3dd8f2ff5c88d59430787f6df884 (diff)
fixes #4197 (Move icons, skins and sounds options to Customize)
Diffstat (limited to 'src/mir_app')
-rw-r--r--src/mir_app/src/sounds.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/sounds.cpp b/src/mir_app/src/sounds.cpp
index a07820a7f2..ec92915dc9 100644
--- a/src/mir_app/src/sounds.cpp
+++ b/src/mir_app/src/sounds.cpp
@@ -354,6 +354,7 @@ static int SkinOptionsInit(WPARAM wParam, LPARAM)
{
OPTIONSDIALOGPAGE odp = {};
odp.position = -200000000;
+ odp.szGroup.a = LPGEN("Customize");
odp.szTitle.a = LPGEN("Sounds");
odp.pDialog = new CSoundOptionsDlg();
odp.flags = ODPF_BOLDGROUPS;