diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-11-21 13:10:40 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-11-21 13:10:40 (GMT) |
commit | 4d3dea2f08f3bed73db5c3b8dc3772e46decb479 (patch) | |
tree | b21e4aeb8cabee272c641732f0e77e90433030e3 /addon | |
parent | 8a5c51f2c968dee1283dce092e1ccc0d3df91f0e (diff) | |
download | Doxygen-4d3dea2f08f3bed73db5c3b8dc3772e46decb479.zip Doxygen-4d3dea2f08f3bed73db5c3b8dc3772e46decb479.tar.gz Doxygen-4d3dea2f08f3bed73db5c3b8dc3772e46decb479.tar.bz2 |
Release-1.3.5
Diffstat (limited to 'addon')
-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 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); } |