diff options
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);
|