Add missing semicolon in the FFTW build credit

Originally committed to SVN as r6149.
This commit is contained in:
Thomas Goyne 2011-12-23 22:05:44 +00:00
parent 9bfa40a9d3
commit 435e7170df
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ AboutScreen::AboutScreen(wxWindow *parent)
#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"
libString += " FFTW - Copyright (c) Matteo Frigo, Massachusetts Institute of Technology;\n";
#endif
wxString translatorCredit = _("Translated into LANGUAGE by PERSON\n");