diff --git a/src/objects/application/actions/about.c b/src/objects/application/actions/about.c index 878082b..b71b621 100644 --- a/src/objects/application/actions/about.c +++ b/src/objects/application/actions/about.c @@ -36,6 +36,9 @@ static const gchar *authors[] = { "Perry Werneck ", + #ifdef __APPLE__ + "Andre Breves ", + #endif "Paul Mattes ", "Georgia Tech Research Corporation (GTRC)", "and others", diff --git a/src/pw3270/dialog.c b/src/pw3270/dialog.c index 5e46fee..513c6f4 100644 --- a/src/pw3270/dialog.c +++ b/src/pw3270/dialog.c @@ -73,6 +73,9 @@ static const gchar *authors[] = { "Perry Werneck ", + #ifdef __APPLE__ + "Andre Breves ", + #endif "Paul Mattes ", "Georgia Tech Research Corporation (GTRC)", "and others", -- libgit2 0.21.2