]> git.sesse.net Git - vlc/blobdiff - modules/gui/pda/pda_interface.c
configure: Set the proper werror variable when creating vlc-config.in
[vlc] / modules / gui / pda / pda_interface.c
index 455671374f469b99c763bd3e4bc93bdfeaa131a9..b847b87bcb7c20e8253dd3b054a3ad12a4bbe24b 100644 (file)
@@ -9,8 +9,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
-#include <string.h>
-#include <stdio.h>
 
 #include <gdk/gdkkeysyms.h>
 #include <gtk/gtk.h>
@@ -1346,7 +1344,7 @@ create_pda (void)
   gtk_label_set_justify (GTK_LABEL (labelAuthors), GTK_JUSTIFY_LEFT);
   gtk_label_set_line_wrap (GTK_LABEL (labelAuthors), TRUE);
 
-  labelCopyright = gtk_label_new (_("(c) 1996-2004 the VideoLAN (Centrale Réseaux) and its contributors team"));
+  labelCopyright = gtk_label_new (_("(c) 1996-2004 the the VideoLAN team team"));
   gtk_widget_set_name (labelCopyright, "labelCopyright");
   gtk_widget_show (labelCopyright);
   gtk_fixed_put (GTK_FIXED (fixed2), labelCopyright, 16, 48);