From a456dae7dfc4a406e0d6593cd745b8eb75894a2e Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 22 Aug 2014 14:56:18 +0000 Subject: one more correction git-svn-id: http://svn.miranda-ng.org/main/trunk@10297 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEHistory/src/dlgHandlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/IEHistory/src/dlgHandlers.cpp') 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; -- cgit v1.2.3