Commit baea30da1d29de336c8f9b01fda8f563b40b2ac0

Authored by perry.werneck@gmail.com
1 parent 48acbc42

Invertendo ordem dos créditos para evitar envio de mensagems diretamente ao Paul

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/pw3270/dialog.c
... ... @@ -448,9 +448,9 @@
448 448  
449 449 G_GNUC_INTERNAL void about_dialog_action(GtkAction *action, GtkWidget *widget)
450 450 {
451   - static const gchar *authors[] = { "Paul Mattes <Paul.Mattes@usa.net>",
  451 + static const gchar *authors[] = { "Perry Werneck <perry.werneck@gmail.com>",
  452 + "Paul Mattes <Paul.Mattes@usa.net>",
452 453 "GTRC",
453   - "Perry Werneck <perry.werneck@gmail.com>",
454 454 "and others",
455 455 NULL };
456 456  
... ...