Skip to content

Commit e979977

Browse files
committed
make_php: slightly increase width
1 parent 8f1e7c4 commit e979977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make_chm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ function buildChm( $cpp = true )
390390
// building project file
391391
echo( "building project cppreference.hhp ...\n");
392392
$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";
393-
$metadata .= 'default="C / C++ 参考文档","cppreference.hhc","cppreference.hhk","chmhelp\index.html","chmhelp\index.html",,,,,140640,250,62,[0,32,1100,650],0x0000000,,,,,0,0'."\n[FILES]\n";
393+
$metadata .= 'default="C / C++ 参考文档","cppreference.hhc","cppreference.hhk","chmhelp\index.html","chmhelp\index.html",,,,,140640,250,62,[0,32,1150,650],0x0000000,,,,,0,0'."\n[FILES]\n";
394394

395395
buildListOfFiles( $treeFiles, $metadata );
396396

0 commit comments

Comments
 (0)