Diff of /trunk/src/about.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 246 by harbaum, Tue Jan 19 20:26:37 2010 UTC revision 256 by harbaum, Wed Feb 10 19:19:55 2010 UTC
# Line 316  GtkWidget *authors_page_new(void) { Line 316  GtkWidget *authors_page_new(void) {
316    ivbox = gtk_vbox_new(FALSE, 0);    ivbox = gtk_vbox_new(FALSE, 0);
317    author_add(ivbox, _("Additional translations by:"));    author_add(ivbox, _("Additional translations by:"));
318    author_add(ivbox, "Marko Vertainen <marko.vertainen@iki.fi>");    author_add(ivbox, "Marko Vertainen <marko.vertainen@iki.fi>");
319      author_add(ivbox, "Sergei Ivanov <isn@vu.spb.ru>");
320      author_add(ivbox, "Vitaly Petrov <vit.petrov@vu.spb.ru>");
321    gtk_box_pack_start(GTK_BOX(vbox), ivbox, TRUE, FALSE, 0);    gtk_box_pack_start(GTK_BOX(vbox), ivbox, TRUE, FALSE, 0);
322    
323    /* -------------------------------------------- */    /* -------------------------------------------- */

Legend:
Removed from v.246  
changed lines
  Added in v.256