# HG changeset patch # User insilmaril # Date 1177516974 0 # Node ID 84b37cc9e63efa72f8a0cec20d93a2e72fe2dbc1 # Parent 80529c03702bf49de6bc7ac526f5cf17a8f84c88 started doxygen documentation diff -r 80529c03702b -r 84b37cc9e63e aboutdialog.cpp --- a/aboutdialog.cpp Wed Apr 11 09:21:18 2007 +0000 +++ b/aboutdialog.cpp Wed Apr 25 16:02:54 2007 +0000 @@ -10,6 +10,7 @@ extern QString iconPath; extern QString vymVersion; extern QString vymBuildDate; +extern QString vymCodeName; AboutDialog::AboutDialog( QWidget *parent, const char *name) : QDialog( parent, name) @@ -26,6 +27,7 @@ "

A tool to put the things you have got in your mind into a map.

" "

(c) by Uwe Drechsel (vym@InSilmaril.de)

" "

Version " +vymVersion+" - " +vymBuildDate+"

" + "

" +vymCodeName+"

" "