Skip to content

Commit

Permalink
Merge pull request #2215 from lpechacek/developer-list-update
Browse files Browse the repository at this point in the history
AboutDialog: Update the developer list
  • Loading branch information
lpechacek authored Nov 26, 2024
2 parents 7b2d303 + 66325ac commit 62601e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/about_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ QString AboutDialog::about()
static QStringList developers_list( QStringList()
<< QString::fromLatin1("Peter Curtis (2012-2013)")
<< QString::fromLatin1("<b>Kai Pastor</b>")
<< QString::fromUtf8("<b>Libor Pecháček</b>")
<< QString::fromUtf8("Libor Pecháček (2017-2024)")
<< QString::fromUtf8("Thomas Schöps (2012-2014, %1)")
);

Expand Down

0 comments on commit 62601e9

Please sign in to comment.