diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-10-19 07:53:24 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2011-10-19 07:53:24 +0300 |
commit | 3dad33945b29e49469d70d04b4ecc95a43c7b283 (patch) | |
tree | 859d16467b15f842350472e74b580bd0743d31e3 /options.cpp | |
parent | 820307153b05c8ce93f5022c6772a748cca49909 (diff) |
modified: options.cpp
Diffstat (limited to 'options.cpp')
-rwxr-xr-x | options.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options.cpp b/options.cpp index 4b68d63..8fcae69 100755 --- a/options.cpp +++ b/options.cpp @@ -366,6 +366,7 @@ static BOOL CALLBACK DlgProcGpgOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA else
MessageBoxA(0, "Error", "Failed to open clipboard", MB_OK);
}
+ break;
case IDC_LOG_FILE_SET:
{
tmp = GetFilePath(_T("Set log file"), _T("*"), _T("LOG files"), 1);
|