diff options
-rw-r--r-- | src/mir_app/src/sounds.cpp | 1 |
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();
}
}
|