]> git.sur5r.net Git - bacula/bacula/commitdiff
Update About
authorKern Sibbald <kern@sibbald.com>
Wed, 2 May 2007 15:32:12 +0000 (15:32 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 2 May 2007 15:32:12 +0000 (15:32 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4680 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/mainwin.cpp

index 6cd06dc1c2a4e75656c5636f20646cfc4f5cc1f6..6659c6004721554a149fdd97c64b7827e5509223 100644 (file)
@@ -464,10 +464,10 @@ void MainWin::input_line()
 void MainWin::about()
 {
    QMessageBox::about(this, tr("About bat"),
-            tr("<br><h2>bat 0.2, by Kern Sibbald</h2>"
-            "<p>Copyright &copy; " BYEAR " Free Software Foundation Europe e.V."
-            "<p>The <b>bat</b> is an administrative console"
-               " interface to the Director."));
+      tr("<br><h2>bat 1.0, by Dirk H Bartley and Kern Sibbald</h2>"
+         "<p>Copyright &copy; " BYEAR " Free Software Foundation Europe e.V."
+         "<p>The <b>bat</b> is an administrative console"
+         " interface to the Director."));
 }
 
 void MainWin::set_statusf(const char *fmt, ...)