cookbook: Use the right tag for the screenshot

Screenshots should be using the <screenshot> tag, not the <figure> one.
This commit is contained in:
Emmanuele Bassi 2010-07-16 17:31:27 +01:00
parent 71dfdf92d7
commit 6f220399ae

View File

@ -618,10 +618,17 @@ main (int argc, char *argv[])
</programlisting>
</informalexample>
<figure id="textures-reflection-image">
<title>Reflection of a texture</title>
<graphic fileref="images/textures-reflection.png" format="PNG"/>
</figure>
<screenshot>
<mediaobject>
<imageobject>
<imagedata format="PNG"
fileref="images/textures-reflection.png" />
</imageobject>
<alt>
<para>A texture and its reflection below</para>
</alt>
</mediaobject>
</screenshot>
</section>