From: Kern Sibbald Date: Sun, 28 Jan 2007 21:57:30 +0000 (+0000) Subject: Update X-Git-Tag: Release-2.0.2~17 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8ebef354842d97ec6141cc78deb7c963d7f9bd0b;p=bacula%2Fbacula Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4071 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/qt-console/Makefile b/bacula/src/qt-console/Makefile index f7d9b78f1a..b7b1bbcf3d 100644 --- a/bacula/src/qt-console/Makefile +++ b/bacula/src/qt-console/Makefile @@ -1,6 +1,6 @@ ############################################################################# # Makefile for building: bat -# Generated by qmake (2.01a) (Qt 4.2.1) on: Sun Jan 28 17:49:20 2007 +# Generated by qmake (2.01a) (Qt 4.2.1) on: Sun Jan 28 22:55:01 2007 # Project: bat.pro # Template: app # Command: /usr/bin/qmake -unix -o Makefile bat.pro diff --git a/bacula/src/qt-console/main.ui b/bacula/src/qt-console/main.ui index 6451ea78e8..26895f12bc 100644 --- a/bacula/src/qt-console/main.ui +++ b/bacula/src/qt-console/main.ui @@ -216,12 +216,6 @@ 33 - - - &Help - - - &Edit @@ -238,6 +232,12 @@ + + + &Help + + + @@ -285,6 +285,9 @@ + + images/bat.png + &About bat diff --git a/bacula/src/qt-console/mainwin.cpp b/bacula/src/qt-console/mainwin.cpp index cee73289e4..7df2cb222b 100644 --- a/bacula/src/qt-console/mainwin.cpp +++ b/bacula/src/qt-console/mainwin.cpp @@ -86,7 +86,7 @@ void MainWin::input_line() void MainWin::about() { QMessageBox::about(this, tr("About bat"), - tr("

bat 0.1

" + tr("

bat 0.1

" "

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

The bat is an administrative console" " interface to the Director."));