update a name in the About dialog
This commit is contained in:
parent
17dcd941b4
commit
fc099ec828
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : QDialog ( parent )
|
|||
"<p><b>French</b></p>"
|
||||
"<p>Olivier Humbert (<a href=""https://github.com/trebmuh"">trebmuh</a>)</p>"
|
||||
"<p><b>Portuguese</b></p>"
|
||||
"<p>Snayler (<a href=""https://github.com/Snayler"">Snayler</a>)</p>" );
|
||||
"<p>Miguel de Matos (<a href=""https://github.com/Snayler"">Snayler</a>)</p>" );
|
||||
|
||||
// set version number in about dialog
|
||||
lblVersion->setText ( GetVersionAndNameStr() );
|
||||
|
|
Loading…
Reference in a new issue