[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.226,1.227

Alban Bedel CVS syncmail at mplayerhq.hu
Wed Mar 22 01:19:04 CET 2006


CVS change done by Alban Bedel CVS

Update of /cvsroot/mplayer/main/help
In directory mail:/var2/tmp/cvs-serv27920/help

Modified Files:
	help_mp-en.h 
Log Message:
Add the new property API and implement a couple properties.
Move the volume and mute command to the command to property
bridge.


Index: help_mp-en.h
===================================================================
RCS file: /cvsroot/mplayer/main/help/help_mp-en.h,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- help_mp-en.h	18 Mar 2006 18:48:14 -0000	1.226
+++ help_mp-en.h	22 Mar 2006 00:19:01 -0000	1.227
@@ -227,7 +227,17 @@
 #define MSGTR_OSDSubBottom "bottom"
 #define MSGTR_OSDSubCenter "center"
 #define MSGTR_OSDSubTop "top"
-#define MSGTR_OSDMute "Mute: %s"
+
+// property values
+#define MSGTR_Enabled "enabled"
+#define MSGTR_EnabledEdl "enabled (edl)"
+#define MSGTR_Disabled "disabled"
+
+// osd bar names
+#define MSGTR_Volume "Volume"
+
+// property state
+#define MSGTR_MuteStatus "Mute: %s"
 
 // mencoder.c:
 




More information about the MPlayer-DOCS mailing list