Fixed error in GUI engine doc

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5740 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2010-08-15 22:23:11 +00:00
parent 975451c7ec
commit f03c8b94fe

View File

@ -29,7 +29,7 @@
or, for widgets of "spawn" type, with children :
\code
<widget_name property1="value1" property2="value2" />
<widget_name property1="value1" property2="value2" >
<child1 />
<child2 />
</widget_name>