[MPlayer-dev-eng] [GUI] about MPlayer credits updated
Diego Biurrun
diego at biurrun.de
Fri Jan 31 02:55:15 CET 2003
Hi!
I noticed that the credits in the GUI are quite out of date and
thought I might as well update them, so here is a preliminary patch.
Anybody still missing? Please speak up now.
How do you measure the string length? I just arbitrarily increased
1481 to 2481 after noticing that some names were cut off.. Is that
OK? Probably not.
Diego
Index: Gui/mplayer/gtk/about.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/about.c,v
retrieving revision 1.18
diff -u -r1.18 about.c
--- Gui/mplayer/gtk/about.c 4 Jan 2003 19:23:29 -0000 1.18
+++ Gui/mplayer/gtk/about.c 31 Jan 2003 02:02:23 -0000
@@ -88,14 +88,13 @@
" * pl\n" \
" * Michael Niedermayer\n" \
"\n" \
- " Additional codes:\n" \
+ " Additional coders:\n" \
"\n" \
" * Szabolcs Berecz (Szabi)\n" \
" * Laszlo Megyer (Lez, Laaz)\n" \
" * Gyula Laszlo (Chass, Tegla)\n" \
" * Zoltan Mark Vician (Se7en)\n" \
" * Andreas Ackermann (Acki)\n" \
- " * TeLeNiEkO\n" \
" * Michael Graffam\n" \
" * Jens Hoffmann\n" \
" * German Gomez Garcia\n" \
@@ -103,7 +102,7 @@
" * Marcus Comstedt\n" \
" * Juergen Keil\n" \
" * Vladimir Kushnir\n" \
- " * Bertrand BAUDET\n" \
+ " * Bertrand Baudet\n" \
" * Derek J Witt\n" \
" * Artur Zaprzala\n" \
" * lanzz at lanzz.org\n" \
@@ -133,6 +132,15 @@
" * Roberto Togni\n" \
" * Wojtek Kaniewski\n" \
" * Fredrik Kuivinen\n" \
+ " * Diego Biurrun\n" \
+ " * Sascha Sommer\n" \
+ " * Jindrich Makovicka\n" \
+ " * D Richard Felker III\n" \
+ " * Moritz Bunkus\n" \
+ " * Colin Leroy\n" \
+ " * Joey Parrish\n" \
+ " * Dominik Mierzejewski\n" \
+ " * Florian Schneider\n" \
"\n" \
" Main testers:\n" \
"\n" \
@@ -142,7 +150,7 @@
" * Attila Kinali\n" \
" * Dirk Vornheder\n" \
" * Bohdan Horst (Nexus)\n" \
- "\n",1481 );
+ "\n",2481 );
AddHSeparator( vbox );
Ok=AddButton( MSGTR_Ok,AddHButtonBox( vbox ) );
More information about the MPlayer-dev-eng
mailing list