diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-10-16 17:39:10 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-10-16 17:39:10 +0000 |
commit | 59cc9dc475c94284bd3f8f1fc14bfcc7f9da1d1e (patch) | |
tree | b2c3ed1eac7b1d57867600e6562e593a5a820423 /plugins/NewsAggregator/Src/ExportImport.cpp | |
parent | 268fd404aae7e3592874ac8c618ce084ad3bd886 (diff) |
NewsAggregator:
- minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@15566 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewsAggregator/Src/ExportImport.cpp')
-rw-r--r-- | plugins/NewsAggregator/Src/ExportImport.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewsAggregator/Src/ExportImport.cpp b/plugins/NewsAggregator/Src/ExportImport.cpp index 20384c3e18..45aac14986 100644 --- a/plugins/NewsAggregator/Src/ExportImport.cpp +++ b/plugins/NewsAggregator/Src/ExportImport.cpp @@ -215,7 +215,7 @@ INT_PTR CALLBACK DlgProcImportOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM MessageBox(hwndDlg, mes, TranslateT("News Aggregator"), MB_OK | MB_ICONINFORMATION);
}
}
-
+ // fall through
case IDCANCEL:
DestroyWindow(hwndDlg);
break;
@@ -556,7 +556,7 @@ INT_PTR CALLBACK DlgProcExportOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM xmlDestroyNode(hXml);
}
}
-
+ // fall through
case IDCANCEL:
DestroyWindow(hwndDlg);
break;
|