summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/IEView/src/IEView.cpp2
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()