Commit d04f8040 authored by Oleg.Korshul's avatar Oleg.Korshul Committed by Alexander Trofimov

(1.0.0.8) fontdir error (bIsInit)

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@52829 954022d7-b5bf-4e40-9824-e11837661b57
parent 24730b49
...@@ -112,6 +112,8 @@ public: ...@@ -112,6 +112,8 @@ public:
m_pList = new CWinFontList(pData, (CString)ParamValue.bstrVal); m_pList = new CWinFontList(pData, (CString)ParamValue.bstrVal);
RELEASEARRAYOBJECTS(pData); RELEASEARRAYOBJECTS(pData);
m_bIsInit = TRUE;
} }
else else
{ {
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
//1 //1
//0 //0
//0 //0
//7 //8
#define INTVER 1,0,0,7 #define INTVER 1,0,0,8
#define STRVER "1,0,0,7\0" #define STRVER "1,0,0,8\0"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment