[vlc-devel] commit: Fix --vout-event value descriptions ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Apr 14 18:19:06 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Apr 14 19:12:41 2009 +0300| [df28a9cdee053a23d6b1668103d5d6d56daa88b3] | committer: Rémi Denis-Courmont
Fix --vout-event value descriptions
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=df28a9cdee053a23d6b1668103d5d6d56daa88b3
---
src/libvlc-module.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 970fed6..e16acc5 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -571,7 +571,7 @@ static const char *const ppsz_pos_descriptions[] =
static const int pi_vout_event_values[] = { 1, 2, 3 };
static const char *const ppsz_vout_event_descriptions[] =
- { N_("FullSupport"), N_("Fullscreen-Only"), N_("None") };
+ { N_("Full support"), N_("Fullscreen-only"), N_("None") };
/*****************************************************************************
* Input
More information about the vlc-devel
mailing list