From: Kern Sibbald Date: Wed, 2 May 2007 15:32:12 +0000 (+0000) Subject: Update About X-Git-Tag: Release-2.2.0~599 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1794910b5f57fcfe3f55eb0ae1871059eff82108;p=bacula%2Fbacula Update About git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4680 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/qt-console/mainwin.cpp b/bacula/src/qt-console/mainwin.cpp index 6cd06dc1c2..6659c60047 100644 --- a/bacula/src/qt-console/mainwin.cpp +++ b/bacula/src/qt-console/mainwin.cpp @@ -464,10 +464,10 @@ void MainWin::input_line() void MainWin::about() { QMessageBox::about(this, tr("About bat"), - tr("

bat 0.2, by Kern Sibbald

" - "

Copyright © " BYEAR " Free Software Foundation Europe e.V." - "

The bat is an administrative console" - " interface to the Director.")); + tr("

bat 1.0, by Dirk H Bartley and Kern Sibbald

" + "

Copyright © " BYEAR " Free Software Foundation Europe e.V." + "

The bat is an administrative console" + " interface to the Director.")); } void MainWin::set_statusf(const char *fmt, ...)