diff options
author | phintuka <phintuka> | 2006-10-13 12:34:01 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-10-13 12:34:01 +0000 |
commit | 4327144cd9153a35dbb5fec4f833fb62f8d785f8 (patch) | |
tree | 7e1b3e1b0a68f52ec51df28c3b31fdd7f0b98451 | |
parent | 255e6e0c0c5421870c70cbd6923bd69f0d2e104b (diff) | |
download | xineliboutput-4327144cd9153a35dbb5fec4f833fb62f8d785f8.tar.gz xineliboutput-4327144cd9153a35dbb5fec4f833fb62f8d785f8.tar.bz2 |
Updated main menu entry
1.0.0pre6
-rw-r--r-- | xineliboutput.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index f07a9063..367f1b20 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.11 2006-09-16 20:20:47 phintuka Exp $ + * $Id: xineliboutput.c,v 1.12 2006-10-13 12:34:01 phintuka Exp $ * */ @@ -43,9 +43,9 @@ //---------------------------------plugin------------------------------------- -static const char *VERSION = "1.0.0pre5"; +static const char *VERSION = "1.0.0pre6"; static const char *DESCRIPTION = "X11/xine-lib output plugin"; -static const char *MAINMENUENTRY = "Xine-lib"; +static const char *MAINMENUENTRY = "Media Player(xine-lib)"; cOsdObject *g_PendingMenuAction = NULL; |