ide: Fixed QTF docs in qtf designer

git-svn-id: svn://ultimatepp.org/upp/trunk@11745 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-01-28 16:34:47 +00:00
parent f834924aae
commit 17c3dabc7f

View file

@ -91,7 +91,7 @@ QtfDlg::QtfDlg()
SetMinSize(Size(min(640, r.GetWidth() - 100), min(480, r.GetHeight() - 200)));
help.Margins(Rect(12, 0, 12, 0));
String path = AppendFileName(AppendFileName(PackageDirectory("RichText"), "srcdoc.tpp"), "QTF$en-us.tpp");
String path = AppendFileName(AppendFileName(PackageDirectory("RichText"), "srcdoc.tpp"), "QTF_en-us.tpp");
if(FileExists(path))
help.SetQTF(ReadTopic(LoadFile(path)).text);
else