diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-08-22 14:56:18 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-08-22 14:56:18 +0000 |
commit | a456dae7dfc4a406e0d6593cd745b8eb75894a2e (patch) | |
tree | 11a758322f91877252c29a27dfdac0eb0636c4c2 /plugins/IEHistory | |
parent | 94c0704c4a857602131904a204cf2e8b865cf39c (diff) |
one more correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@10297 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEHistory')
-rw-r--r-- | plugins/IEHistory/src/dlgHandlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEHistory/src/dlgHandlers.cpp b/plugins/IEHistory/src/dlgHandlers.cpp index 2462a1e281..0ba668d6b9 100644 --- a/plugins/IEHistory/src/dlgHandlers.cpp +++ b/plugins/IEHistory/src/dlgHandlers.cpp @@ -674,7 +674,7 @@ INT_PTR CALLBACK SearchDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam data->index += (direction == DIRECTION_BACK) ? -searchResult.index : searchResult.index; LoadPage(data->hHistoryWindow, searchResult.hEvent, data->index, histData->itemsPerPage / 2, histData->itemsPerPage, DIRECTION_BACK); } - else MessageBox(0, TranslateT("Search finished. No more entries ..."), TranslateT("Information"), MB_OK | MB_ICONINFORMATION); + else MessageBox(0, TranslateT("Search finished. No more entries..."), TranslateT("Information"), MB_OK | MB_ICONINFORMATION); data->hLastFoundEvent = searchResult.hEvent; break; |