diff gui/ui/render.c @ 33616:4221981ad74c

Prefer playing variable $p to $l. $p is used in the Win32 GUI as well. Leave $l for legacy reasons. Revise skin documentation.
author ib
date Wed, 22 Jun 2011 13:10:23 +0000
parents 1f9a31d4f114
children f3300b0c38a9
line wrap: on
line diff
--- a/gui/ui/render.c	Wed Jun 22 12:53:30 2011 +0000
+++ b/gui/ui/render.c	Wed Jun 22 13:10:23 2011 +0000
@@ -234,7 +234,8 @@
                     av_strlcat(trbuf, "s", sizeof(trbuf));
                 break;
 
-            case 'l':
+            case 'l': // legacy
+            case 'p':
                 if (guiInfo.Playing == GUI_PLAY)
                     av_strlcat(trbuf, "p", sizeof(trbuf));
                 break;