Commit 68476764aba23b2aeadb95db13d28404a01fd3f8
1 parent
c34b482c
Exists in
master
and in
4 other branches
Updates about dialog
Showing
2 changed files
with
6 additions
and
0 deletions
Show diff stats
src/objects/application/actions/about.c
| @@ -36,6 +36,9 @@ | @@ -36,6 +36,9 @@ | ||
| 36 | static const gchar *authors[] = | 36 | static const gchar *authors[] = |
| 37 | { | 37 | { |
| 38 | "Perry Werneck <perry.werneck@gmail.com>", | 38 | "Perry Werneck <perry.werneck@gmail.com>", |
| 39 | + #ifdef __APPLE__ | ||
| 40 | + "Andre Breves <andre.breves@gmail.com>", | ||
| 41 | + #endif | ||
| 39 | "Paul Mattes <Paul.Mattes@usa.net>", | 42 | "Paul Mattes <Paul.Mattes@usa.net>", |
| 40 | "Georgia Tech Research Corporation (GTRC)", | 43 | "Georgia Tech Research Corporation (GTRC)", |
| 41 | "and others", | 44 | "and others", |
src/pw3270/dialog.c
| @@ -73,6 +73,9 @@ | @@ -73,6 +73,9 @@ | ||
| 73 | static const gchar *authors[] = | 73 | static const gchar *authors[] = |
| 74 | { | 74 | { |
| 75 | "Perry Werneck <perry.werneck@gmail.com>", | 75 | "Perry Werneck <perry.werneck@gmail.com>", |
| 76 | + #ifdef __APPLE__ | ||
| 77 | + "Andre Breves <andre.breves@gmail.com>", | ||
| 78 | + #endif | ||
| 76 | "Paul Mattes <Paul.Mattes@usa.net>", | 79 | "Paul Mattes <Paul.Mattes@usa.net>", |
| 77 | "Georgia Tech Research Corporation (GTRC)", | 80 | "Georgia Tech Research Corporation (GTRC)", |
| 78 | "and others", | 81 | "and others", |