From baea30da1d29de336c8f9b01fda8f563b40b2ac0 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 31 Jul 2013 19:44:08 +0000 Subject: [PATCH] Invertendo ordem dos créditos para evitar envio de mensagems diretamente ao Paul --- src/pw3270/dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pw3270/dialog.c b/src/pw3270/dialog.c index 0e1c01b..0aa82f5 100644 --- a/src/pw3270/dialog.c +++ b/src/pw3270/dialog.c @@ -448,9 +448,9 @@ G_GNUC_INTERNAL void about_dialog_action(GtkAction *action, GtkWidget *widget) { - static const gchar *authors[] = { "Paul Mattes ", + static const gchar *authors[] = { "Perry Werneck ", + "Paul Mattes ", "GTRC", - "Perry Werneck ", "and others", NULL }; -- libgit2 0.21.2