summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;