Index: trunk/FACT++/src/Main.h
===================================================================
--- trunk/FACT++/src/Main.h	(revision 11388)
+++ trunk/FACT++/src/Main.h	(revision 11389)
@@ -62,8 +62,10 @@
     const Time now;
     io_service.Write(now, "---------------------------- Program ----------------------------");
-    io_service.Write(now, " Current time: "+now.GetAsStr("%c"));
-    io_service.Write(now, " Name: "+conf.GetName());
+    io_service.Write(now, " Program:  "PACKAGE_STRING" ("+conf.GetName()+")");
     io_service.Write(now, " Compiled: "__DATE__" "__TIME__);
     io_service.Write(now, " Revision: "REVISION);
+    io_service.Write(now, " Contact:  "PACKAGE_BUGREPORT);
+    io_service.Write(now, " URL:      "PACKAGE_URL);
+    io_service.Write(now, " Start:    "+now.GetAsStr("%c"));
     io_service.Write(now, "---------------------------- Options ----------------------------");
     const multimap<string,string> map = conf.GetOptions();
