Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/bz-application.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,9 +736,8 @@ bz_application_about_action (GSimpleAction *action,
AdwDialog *dialog = NULL;

const char *developers[] = {
C_ ("About Dialog Developer Credit", "Adam Masciola <kolunmi@posteo.net>"),
C_ ("About Dialog Developer Credit", "Alexander Vanhee"),
/* This array MUST be NULL terminated */
"Adam Masciola <kolunmi@posteo.net>",
"Alexander Vanhee",
NULL
};

Expand Down
Loading