[MPlayer-DOCS] r32997 - in trunk: DOCS/xml/de/skin.xml DOCS/xml/en/skin.xml DOCS/xml/es/skin.xml DOCS/xml/hu/skin.xml DOCS/xml/ru/skin.xml gui/skin/skin.c

ib subversion at mplayerhq.hu
Wed Mar 2 14:30:45 CET 2011


Author: ib
Date: Wed Mar  2 14:30:44 2011
New Revision: 32997

Log:
Improve documentation on dlabel.

Throughout the skin documentation 'width' is used, so use it
instead of 'length' for the dlabel documentation, too.
Additionally, the German translation has been revised.

Modified:
   trunk/DOCS/xml/en/skin.xml

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/xml/de/skin.xml
   trunk/DOCS/xml/es/skin.xml
   trunk/DOCS/xml/hu/skin.xml
   trunk/DOCS/xml/ru/skin.xml
   trunk/gui/skin/skin.c

Modified: trunk/DOCS/xml/en/skin.xml
==============================================================================
--- trunk/DOCS/xml/en/skin.xml	Wed Mar  2 08:53:59 2011	(r32996)
+++ trunk/DOCS/xml/en/skin.xml	Wed Mar  2 14:30:44 2011	(r32997)
@@ -475,13 +475,13 @@ blocks.
 
 <varlistentry>
   <term><literal>
-  <anchor id="skin-dlabel"/>dlabel = X, Y, length, align, fontfile, "text"
+  <anchor id="skin-dlabel"/>dlabel = X, Y, width, align, fontfile, "text"
   </literal></term>
   <listitem>
   <para>
   Place a dynamic label at the position <literal>X,Y</literal>. The label is
-  called dynamic because its text is refreshed periodically. The maximum length
-  of the label is given by <literal>length</literal> (its height is the height
+  called dynamic because its text is refreshed periodically. The maximum width
+  of the label is given by <literal>width</literal> (its height is the height
   of a character). If the text to be displayed is wider than that, it will be
   scrolled,
   otherwise it is aligned within the specified space by the value of the


More information about the MPlayer-DOCS mailing list