diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-05 17:06:22 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-10-05 17:06:22 +0000 |
commit | e11df42fcb875ec81c199c3ebec22c63a23f82b3 (patch) | |
tree | a9c07a8d432f203b9d0f611f746e32075d8d0ae5 /plugins/IEView/src/IEView.cpp | |
parent | fe8cad9c083c13e3556ae0babaa1eff049ee4551 (diff) |
revert
git-svn-id: http://svn.miranda-ng.org/main/trunk@6349 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEView/src/IEView.cpp')
-rw-r--r-- | plugins/IEView/src/IEView.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/IEView/src/IEView.cpp b/plugins/IEView/src/IEView.cpp index a229e406bf..1925a59f98 100644 --- a/plugins/IEView/src/IEView.cpp +++ b/plugins/IEView/src/IEView.cpp @@ -350,7 +350,7 @@ void IEView::init() isInited = true;
InitializeCriticalSection(&mutex);
if (FAILED(OleInitialize(NULL)))
- MessageBox(NULL, TranslateT("Ole Initialize failed."), TranslateT("ERROR"), MB_OK);
+ MessageBox(NULL, TranslateT("OleInitialize failed."), TranslateT("ERROR"), MB_OK);
}
void IEView::release()
|