summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/doxywizard.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-11-21 13:10:40 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-11-21 13:10:40 (GMT)
commite25c1a6e6ea8548f91c3b18ed8337e8f8661e0e2 (patch)
treeb21e4aeb8cabee272c641732f0e77e90433030e3 /addon/doxywizard/doxywizard.cpp
parent5806ce2084c3c1c80ddaa1d84516837b97468836 (diff)
downloadDoxygen-e25c1a6e6ea8548f91c3b18ed8337e8f8661e0e2.zip
Doxygen-e25c1a6e6ea8548f91c3b18ed8337e8f8661e0e2.tar.gz
Doxygen-e25c1a6e6ea8548f91c3b18ed8337e8f8661e0e2.tar.bz2
Release-1.3.5
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 cf56bdb..52e3b59 100644
--- a/addon/doxywizard/doxywizard.cpp
+++ b/addon/doxywizard/doxywizard.cpp
@@ -320,7 +320,7 @@ void Wizard::about()
text.sprintf( "<qt><center>A tool to create and edit configuration files "
"that can be read by doxygen version %s.</center><p>"
"<center>Written by Dimitri van Heesch</center><p>"
- "<center>(c) 2000-2002</center></qt>",versionString
+ "<center>(c) 2000-2003</center></qt>",versionString
);
QMessageBox::about(this, "DoxyWizard",text);
}