Fixed documentation, found by Slappy.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@863 dfc29bdd-3216-0410-991c-e03cc46cb475
master
hybrid 2007-08-25 23:49:44 +00:00
parent 53e235343b
commit 09e3965924
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ wchar_t *helptext = L"This tool creates bitmap fonts for the Irrlicht Engine\n\n
L"when making a font with a lot of characters, please be patient!\n\n"
L"Now you're ready to give your font a name, select a format and click save.\n\n"
L"To load your font in Irrlicht, simply use env->addFont(\"Myfont.xml\");\n\n"
L"To load your font in Irrlicht, simply use env->getFont(\"Myfont.xml\");\n\n"
L"That's all, have fun :-)";