Skip to content

Commit 5c52003

Browse files
committed
make_chm: enlarge the window
1 parent 6510993 commit 5c52003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make_chm.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ function buildChm( $cpp = true )
367367
// building project file
368368
echo( "building project cppreference.hhp ...\n");
369369
$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";
370-
$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";
370+
$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";
371371

372372
buildListOfFiles( $treeFiles, $metadata );
373373

0 commit comments

Comments
 (0)