mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
f834924aae
commit
17c3dabc7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue