diff options
author | albert-github <albert.tests@gmail.com> | 2014-04-21 12:35:53 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-04-21 12:35:53 (GMT) |
commit | 7652fc8472ac83e26641fb737539e7c87725ed68 (patch) | |
tree | 8c2142b93966e855e62794bc3bf8bc3b412fba3b /addon/doxywizard/doxywizard.cpp | |
parent | 8ec7c41a7e72fc75ef3d11f4d6b26713770de1d8 (diff) | |
download | Doxygen-7652fc8472ac83e26641fb737539e7c87725ed68.zip Doxygen-7652fc8472ac83e26641fb737539e7c87725ed68.tar.gz Doxygen-7652fc8472ac83e26641fb737539e7c87725ed68.tar.bz2 |
Corrected copyright year
Diffstat (limited to 'addon/doxywizard/doxywizard.cpp')
-rw-r--r-- | addon/doxywizard/doxywizard.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/doxywizard/doxywizard.cpp b/addon/doxywizard/doxywizard.cpp index 99310a1..fb6e115 100644 --- a/addon/doxywizard/doxywizard.cpp +++ b/addon/doxywizard/doxywizard.cpp @@ -191,7 +191,7 @@ void MainWindow::about() t << QString::fromAscii("<qt><center>A tool to configure and run doxygen version ")+ QString::fromAscii(versionString)+ QString::fromAscii(" on your source files.</center><p><br>" - "<center>Written by<br> Dimitri van Heesch<br>© 2000-2013</center><p>" + "<center>Written by<br> Dimitri van Heesch<br>© 2000-2014</center><p>" "</qt>"); QMessageBox::about(this,tr("Doxygen GUI"),msg); } |