Skip to content

Commit

Permalink
Update window.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoPeredo authored May 25, 2022
1 parent c96c116 commit 07e0fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def on_about(self, *args, **kwargs):
"ikdevelop", "Saptarshi Mondal", "Heimen Stoffels",
"Kblaesi", "Mauricemeysel", "Yaron",
"Albano_battistella", "TA", "Eshagh", "mostafadashti",
"drLaba", "Hugo"]
"drLaba", "Hugo", "nickavem"]
dialog = Gtk.AboutDialog(transient_for=self, modal=True)
dialog.props.authors = authors
dialog.add_credit_section(_("Contributers"), contributers)
Expand Down

0 comments on commit 07e0fbe

Please sign in to comment.