Add FFTW credit to the about dialog
Originally committed to SVN as r6146.
This commit is contained in:
parent
31c696157d
commit
9bfa40a9d3
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@ AboutScreen::AboutScreen(wxWindow *parent)
|
|||
libString += " Freetype - Copyright (c) David Turner, Robert Wilhelm, Werner Lemberg;\n";
|
||||
#endif
|
||||
libString += " MyThes - Copyright (c) Kevin B. Hendricks, Stratford, Ontario, Canada.\n";
|
||||
#ifdef WITH_FFTW3
|
||||
libString += " FFTW - Copyright (c) Matteo Frigo, Massachusetts Institute of Technology;\n"
|
||||
#endif
|
||||
|
||||
wxString translatorCredit = _("Translated into LANGUAGE by PERSON\n");
|
||||
if (translatorCredit == "Translated into LANGUAGE by PERSON\n") translatorCredit.Clear();
|
||||
|
|
Loading…
Reference in a new issue