]> git.sesse.net Git - vlc/commitdiff
* doc/skins/skins2-howto.xml: Always check what you write in the doc...
authorOlivier Teulière <ipkiss@videolan.org>
Sat, 14 May 2005 11:14:22 +0000 (11:14 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Sat, 14 May 2005 11:14:22 +0000 (11:14 +0000)
doc/skins/skins2-howto.xml

index 88cdc63dd15e38095b0e4cbc918a0ab5272e9b6c..f687d2a6a944b4baa36dd19d598b58cc67daa45a 100644 (file)
@@ -391,8 +391,8 @@ difficulty to understand how VLC skins work.</para>
     </sect4>
     <sect4 id="resize">
       <title>resize</title>
-      <para>Since VLC 0.8.2. Specify the behaviour of the image when it is resized. Possible values are 'mosaic' (the image is repeated as many times as necessary to reach the wanted dimensions) and 'resize' (the image is actually resized). Beware that the 'resize' behaviour is much slower than the 'mosaic' one, so make sure to use it only when it's really needed.</para>
-      <para><emphasis>Default value: mosaic.</emphasis></para>
+      <para>Since VLC 0.8.2. Specify the behaviour of the image when it is resized. Possible values are 'mosaic' (the image is repeated as many times as necessary to reach the wanted dimensions) and 'scale' (the image is actually rescaled). Beware that the 'scale' behaviour is much slower than the 'mosaic' one, so make sure to use it only when it's really needed.</para>
+      <para>Default value: mosaic.</para>
     </sect4>
     <sect4 id="imageaction">
       <title>action</title>