diff options
author | phintuka <phintuka> | 2007-01-03 06:12:40 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2007-01-03 06:12:40 +0000 |
commit | ed5615895043696007876f9002d39293144e99c8 (patch) | |
tree | 2c090654dc42e06c871ed3ab9d8cec0fd9324b34 | |
parent | 7443e981fe2ad83926dc213f29cb09cb1147d91f (diff) | |
download | xineliboutput-ed5615895043696007876f9002d39293144e99c8.tar.gz xineliboutput-ed5615895043696007876f9002d39293144e99c8.tar.bz2 |
Main menu entry text simplified
-rw-r--r-- | xineliboutput.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index 6bfd5ed0..b16362a7 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.15 2006-12-28 15:09:01 phintuka Exp $ + * $Id: xineliboutput.c,v 1.16 2007-01-03 06:12:40 phintuka Exp $ * */ @@ -45,7 +45,7 @@ static const char *VERSION = "1.0.0pre7"; static const char *DESCRIPTION = "X11/xine-lib output plugin"; -static const char *MAINMENUENTRY = "Media Player (xine-lib)"; +static const char *MAINMENUENTRY = "Media Player"; cOsdObject *g_PendingMenuAction = NULL; |