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 | 36 | static const gchar *authors[] = |
37 | 37 | { |
38 | 38 | "Perry Werneck <perry.werneck@gmail.com>", |
39 | + #ifdef __APPLE__ | |
40 | + "Andre Breves <andre.breves@gmail.com>", | |
41 | + #endif | |
39 | 42 | "Paul Mattes <Paul.Mattes@usa.net>", |
40 | 43 | "Georgia Tech Research Corporation (GTRC)", |
41 | 44 | "and others", | ... | ... |
src/pw3270/dialog.c
... | ... | @@ -73,6 +73,9 @@ |
73 | 73 | static const gchar *authors[] = |
74 | 74 | { |
75 | 75 | "Perry Werneck <perry.werneck@gmail.com>", |
76 | + #ifdef __APPLE__ | |
77 | + "Andre Breves <andre.breves@gmail.com>", | |
78 | + #endif | |
76 | 79 | "Paul Mattes <Paul.Mattes@usa.net>", |
77 | 80 | "Georgia Tech Research Corporation (GTRC)", |
78 | 81 | "and others", | ... | ... |