From d47f4d766e0ee1e8d6635cec495f55c103b2f064 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 2 May 2007 15:32:12 +0000 Subject: [PATCH] Update About git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4680 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/mainwin.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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, ...) -- 2.39.5