]> git.sesse.net Git - vlc/blobdiff - src/libvlc.c
* ./src/libvlc.c: added a debug message to test the translation system.
[vlc] / src / libvlc.c
index 4fa06feb26340a458d529c16cb2c84ef9f6d980f..eea957856b2160d08b7b705e2bc0075e05987ff9 100644 (file)
@@ -2,7 +2,7 @@
  * libvlc.c: main libvlc source
  *****************************************************************************
  * Copyright (C) 1998-2002 VideoLAN
- * $Id: libvlc.c,v 1.53 2002/12/14 19:43:25 gbazin Exp $
+ * $Id: libvlc.c,v 1.54 2002/12/25 23:39:01 sam Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -229,6 +229,7 @@ int VLC_Init( int i_object, int i_argc, char *ppsz_argv[] )
      * Support for gettext
      */
     SetLanguage( "" );
+    msg_Dbg( p_vlc, "translation test: code is \"%s\"", _("C") );
 
     /*
      * System specific initialization code