summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-03-15 22:12:37 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-03-15 22:12:37 +0300
commit4ad73508f7fea5e34848b2761c73b9ce9a9ab8ca (patch)
tree44793146b4ca3fc043317805d60bfb03d34ad94c /src
parent3d155d30b429a0525c6cc5860c1a04980450f687 (diff)
Sound options: Apply button isn't enabled when one changes the sound
Diffstat (limited to 'src')
-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 13aae2c17c..fb48be7383 100644
--- a/src/mir_app/src/sounds.cpp
+++ b/src/mir_app/src/sounds.cpp
@@ -260,6 +260,7 @@ public:
PathToRelativeW(str, strFull);
p->ptszTempFile = mir_wstrdup(strFull);
SetDlgItemText(m_hwnd, IDC_LOCATION, strFull);
+ NotifyChange();
}
}