diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-06-25 16:11:10 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-06-25 16:11:10 +0000 |
commit | d0d68ea01f571f192051123b736830da057a1dbf (patch) | |
tree | 7916b0ca10cc801e5a99036410636e9611fe595d /plugins/Msg_Export/src | |
parent | ef3d78ced8e7f00cce5907993ff928f733899d67 (diff) |
Msg_Export: typo (thx RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@9578 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src')
-rwxr-xr-x | plugins/Msg_Export/src/FileViewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/FileViewer.cpp b/plugins/Msg_Export/src/FileViewer.cpp index d310fe452d..a92bd7ec3d 100755 --- a/plugins/Msg_Export/src/FileViewer.cpp +++ b/plugins/Msg_Export/src/FileViewer.cpp @@ -240,7 +240,7 @@ int CLStreamRTFInfo::nLoadFileStream(LPBYTE pbBuff, LONG cb) if (nOptimalReadLen < 500 )
{
- MessageBox(NULL, TranslateT("Error: Optimal buffer size decreased to a to low size!"), MSG_BOX_TITEL, MB_OK);
+ MessageBox(NULL, TranslateT("Error: Optimal buffer size decreased to a too low size!"), MSG_BOX_TITEL, MB_OK);
return 0;
}
|