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

(1.0.0.27) fonts bug

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@53938 954022d7-b5bf-4e40-9824-e11837661b57
parent 7715aa97
...@@ -1046,7 +1046,7 @@ namespace XPS ...@@ -1046,7 +1046,7 @@ namespace XPS
EnterCriticalSection(m_pFontCS); EnterCriticalSection(m_pFontCS);
fname.MakeLower(); fname.MakeLower();
if (NULL != m_fontMap->Lookup(fname)) if (NULL == m_fontMap->Lookup(fname))
{ {
if (m_fontMap->SetAt(fname, true)) if (m_fontMap->SetAt(fname, true))
{ {
......
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
//1 //1
//0 //0
//0 //0
//26 //27
#define INTVER 1,0,0,26 #define INTVER 1,0,0,27
#define STRVER "1,0,0,26\0" #define STRVER "1,0,0,27\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