diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-08-22 08:15:14 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-08-22 08:15:14 +0000 |
commit | 646177e3dba3d04a7def90fb8d9b5111ae941eb0 (patch) | |
tree | 30dc2d132c7ffe398583c7c65a6d238bcdde4707 /plugins/IEHistory/src/dlgHandlers.cpp | |
parent | 6a982a76ad18667fe206e59d67433b5b2cc10c51 (diff) |
IEHistory: decapitalization, description
git-svn-id: http://svn.miranda-ng.org/main/trunk@10283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEHistory/src/dlgHandlers.cpp')
-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 2f9b645692..4bb9dd3ef4 100644 --- a/plugins/IEHistory/src/dlgHandlers.cpp +++ b/plugins/IEHistory/src/dlgHandlers.cpp @@ -66,7 +66,7 @@ void LoadName(HWND hWnd) { HistoryWindowData *data = (HistoryWindowData *)GetWindowLongPtr(hWnd, DWLP_USER); if (!data->contact) { - SetWindowText(hWnd, TranslateT("System History")); + SetWindowText(hWnd, TranslateT("System history")); return; } TCHAR *szOther = GetContactName(data->contact); |