diff options
author | George Hazan <george.hazan@gmail.com> | 2024-01-18 20:34:43 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-01-18 20:34:43 +0300 |
commit | 129a2ebf447e9ce0184b3cea8672c455fd3431b8 (patch) | |
tree | 3ab902f2d2aefd5a5221596e0edfed4b642ff6d2 /src/mir_app | |
parent | 01894b3f4774f6fcb40c7799b51b61c073d9222f (diff) |
old crutch reverted
Diffstat (limited to 'src/mir_app')
-rw-r--r-- | src/mir_app/src/lpopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/lpopts.cpp b/src/mir_app/src/lpopts.cpp index cb234964d4..292d65f0e4 100644 --- a/src/mir_app/src/lpopts.cpp +++ b/src/mir_app/src/lpopts.cpp @@ -226,7 +226,7 @@ bool CLangpackDlg::OnApply() if (tszPath[0]) {
ReloadLangpack(tszPath);
- if (m_bExiting) {
+ if (!m_bExiting) {
PostMessage(m_hwndParent, WM_CLOSE, 1, 0);
mir_forkthread(ReloadOptions, m_hwndParent);
}
|