[MPlayer-DOCS] r33704 - in trunk: DOCS/xml/de/skin.xml DOCS/xml/en/skin.xml gui/ui/render.c

ib subversion at mplayerhq.hu
Wed Jun 22 15:10:23 CEST 2011


Author: ib
Date: Wed Jun 22 15:10:23 2011
New Revision: 33704

Log:
Prefer playing variable $p to $l.

$p is used in the Win32 GUI as well.
Leave $l for legacy reasons.

Revise skin documentation.

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

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/xml/de/skin.xml
   trunk/gui/ui/render.c

Modified: trunk/DOCS/xml/en/skin.xml
==============================================================================
--- trunk/DOCS/xml/en/skin.xml	Wed Jun 22 14:53:30 2011	(r33703)
+++ trunk/DOCS/xml/en/skin.xml	Wed Jun 22 15:10:23 2011	(r33704)
@@ -582,7 +582,7 @@ blocks.
     </entry>
   </row>
   <row>
-    <entry>$l</entry>
+    <entry>$p</entry>
     <entry>the <keycap>p</keycap> character (if a movie is playing)</entry>
   </row>
   <row>
@@ -610,7 +610,7 @@ blocks.
   </informaltable>
 
   <note><para>
-  The <literal>$a, $T, $l, $s</literal> and <literal>$e</literal>
+  The <literal>$a, $T, $p, $s</literal> and <literal>$e</literal>
   variables all return characters that should be displayed as special symbols
   (for example, <keycap>e</keycap> is for the pause symbol that usually looks
   something like ||). You should have a font for normal characters and


More information about the MPlayer-DOCS mailing list