summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/doxywizard.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-04-21 12:35:53 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-04-21 12:35:53 (GMT)
commit7652fc8472ac83e26641fb737539e7c87725ed68 (patch)
tree8c2142b93966e855e62794bc3bf8bc3b412fba3b /addon/doxywizard/doxywizard.cpp
parent8ec7c41a7e72fc75ef3d11f4d6b26713770de1d8 (diff)
downloadDoxygen-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.cpp2
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>&copy; 2000-2013</center><p>"
+ "<center>Written by<br> Dimitri van Heesch<br>&copy; 2000-2014</center><p>"
"</qt>");
QMessageBox::about(this,tr("Doxygen GUI"),msg);
}