diff options
author | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-14 00:00:00 +0000 |
---|---|---|
committer | Igor Pavlov <87184205+ip7z@users.noreply.github.com> | 2024-05-15 23:55:04 +0500 |
commit | fc662341e6f85da78ada0e443f6116b978f79f22 (patch) | |
tree | 1be1cc402a7a9cbc18d4eeea6b141354c2d559e3 /CPP/Windows/Control/Dialog.cpp | |
parent | 5b39dc76f1bc82f941d5c800ab9f34407a06b53a (diff) | |
download | 7zip-24.05.tar.gz 7zip-24.05.tar.bz2 7zip-24.05.zip |
24.0524.05
Diffstat (limited to '')
-rw-r--r-- | CPP/Windows/Control/Dialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CPP/Windows/Control/Dialog.cpp b/CPP/Windows/Control/Dialog.cpp index c8f1bd2..cbb000b 100644 --- a/CPP/Windows/Control/Dialog.cpp +++ b/CPP/Windows/Control/Dialog.cpp | |||
@@ -93,6 +93,7 @@ bool CDialog::OnButtonClicked(unsigned buttonID, HWND /* buttonHWND */) | |||
93 | case IDOK: OnOK(); break; | 93 | case IDOK: OnOK(); break; |
94 | case IDCANCEL: OnCancel(); break; | 94 | case IDCANCEL: OnCancel(); break; |
95 | case IDCLOSE: OnClose(); break; | 95 | case IDCLOSE: OnClose(); break; |
96 | case IDCONTINUE: OnContinue(); break; | ||
96 | case IDHELP: OnHelp(); break; | 97 | case IDHELP: OnHelp(); break; |
97 | default: return false; | 98 | default: return false; |
98 | } | 99 | } |