1
0
forked from 0ad/0ad
0ad/binaries/data/mods/public/gui/manual/manual.js
Ykkrosh 0da7e822ff # Add opt-in automatic feedback system.
Add GL implementation limits to hwdetect.
Make the in-game manual support multiple text files.
Remove unnecessary instruction on how to close the manual window.
Make guitextobject.caption return the original value without stripping
formatting tags.
Remove unused non-VFS support from config system.
Support writing config files back to their original path.
Remove unnecessary user profile directory; use normal config directory.

This was SVN commit r8925.
2011-02-16 20:40:15 +00:00

5 lines
112 B
JavaScript

function init(data)
{
getGUIObjectByName("mainText").caption = readFile("gui/manual/" + data.page + ".txt");
}