Skip to content

Commit

Permalink
make_chm: enlarge the window
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer committed Feb 12, 2021
1 parent 6510993 commit 5c52003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_chm.php
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ function buildChm( $cpp = true )
// building project file
echo( "building project cppreference.hhp ...\n");
$metadata = "[OPTIONS]\nCompatibility=1.1 or later\nCompiled file=cppreference.chm\nContents file=cppreference.hhc\nDefault Window=default\nDefault topic=chmhelp\index.html\nDisplay compile progress=No\nFull-text search=Yes\nIndex file=cppreference.hhk\nLanguage=0x804 中文(简体,中国)\nTitle=Title=C / C++ 参考文档\n[WINDOWS]\n";
$metadata .= 'default="C / C++ 参考文档","cppreference.hhc","cppreference.hhk","chmhelp\index.html","chmhelp\index.html",,,,,140640,250,62,[0,32,1080,700],0x0000000,,,,,0,0'."\n[FILES]\n";
$metadata .= 'default="C / C++ 参考文档","cppreference.hhc","cppreference.hhk","chmhelp\index.html","chmhelp\index.html",,,,,140640,250,62,[0,32,1150,700],0x0000000,,,,,0,0'."\n[FILES]\n";

buildListOfFiles( $treeFiles, $metadata );

Expand Down

0 comments on commit 5c52003

Please sign in to comment.