fix cannot found WindowsFontCache template tips.
This commit is contained in:
parent
eca8f704cf
commit
d996111edb
|
@ -1557,6 +1557,5 @@ void CAppPage::SetDefaultTemplates6(CBox &box)
|
|||
void CAppPage::SetDefaultTemplates7(CBox &box)
|
||||
{
|
||||
box.EnableTemplate(L"BlockPorts", TRUE);
|
||||
box.EnableTemplate(L"WindowsFontCache", TRUE);
|
||||
box.EnableTemplate(L"qWave", TRUE);
|
||||
}
|
||||
|
|
|
@ -55,7 +55,6 @@ CSandBox::CSandBox(const QString& BoxName, class CSbieAPI* pAPI) : CSbieIni(BoxN
|
|||
InsertText("Template", "LingerPrograms");
|
||||
// templates L7
|
||||
InsertText("Template", "BlockPorts");
|
||||
InsertText("Template", "WindowsFontCache");
|
||||
InsertText("Template", "qWave");
|
||||
|
||||
// recovery
|
||||
|
|
Loading…
Reference in New Issue