diff options
author | phintuka <phintuka> | 2006-10-18 11:39:02 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2006-10-18 11:39:02 +0000 |
commit | 49108b60323b6d8d7d4579f24968ab2134348f8c (patch) | |
tree | 0d07d3aa36a141bf39acd1cb62a5721d4a3da98c | |
parent | a835a7c39a83c3596aa69ee58f346e1080560899 (diff) | |
download | xineliboutput-49108b60323b6d8d7d4579f24968ab2134348f8c.tar.gz xineliboutput-49108b60323b6d8d7d4579f24968ab2134348f8c.tar.bz2 |
Added missing space to main menu entry
-rw-r--r-- | xineliboutput.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xineliboutput.c b/xineliboutput.c index 367f1b20..2e030fc6 100644 --- a/xineliboutput.c +++ b/xineliboutput.c @@ -21,7 +21,7 @@ * * xineliboutput.c: VDR Plugin interface * - * $Id: xineliboutput.c,v 1.12 2006-10-13 12:34:01 phintuka Exp $ + * $Id: xineliboutput.c,v 1.13 2006-10-18 11:39:02 phintuka Exp $ * */ @@ -45,7 +45,7 @@ static const char *VERSION = "1.0.0pre6"; static const char *DESCRIPTION = "X11/xine-lib output plugin"; -static const char *MAINMENUENTRY = "Media Player(xine-lib)"; +static const char *MAINMENUENTRY = "Media Player (xine-lib)"; cOsdObject *g_PendingMenuAction = NULL; |