[vlc-devel] commit: Translate Console. (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Jul 30 23:32:22 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jul 30 14:34:54 2008 -0700| [ebfa902609e9494c96d9a0a23f4e4ae7b8c4d98a]

Translate Console.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ebfa902609e9494c96d9a0a23f4e4ae7b8c4d98a
---

 src/interface/interface.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/interface/interface.c b/src/interface/interface.c
index 5b2d392..e634984 100644
--- a/src/interface/interface.c
+++ b/src/interface/interface.c
@@ -204,7 +204,8 @@ static void RunInterface( intf_thread_t *p_intf )
     text.psz_string = _("Add Interface");
     var_Change( p_intf, "intf-add", VLC_VAR_SETTEXT, &text, NULL );
 
-    val.psz_string = (char *)"rc"; text.psz_string = (char *)"Console";
+    val.psz_string = (char *)"rc";
+    text.psz_string = (char *)_("Console");
     var_Change( p_intf, "intf-add", VLC_VAR_ADDCHOICE, &val, &text );
     val.psz_string = (char *)"telnet";
     text.psz_string = (char *)_("Telnet Interface");




More information about the vlc-devel mailing list