]> git.sur5r.net Git - bacula/bacula/commitdiff
Add space after version before date in bat about dialog
authorKern Sibbald <kern@sibbald.com>
Thu, 14 Aug 2008 07:21:08 +0000 (07:21 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 14 Aug 2008 07:21:08 +0000 (07:21 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7475 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/mainwin.cpp
bacula/src/version.h
bacula/technotes-2.4

index 7e81c7c0a71a8bf99c9c90f239d7e66ba784f5fb..8e0b2c10fb87c2418eeb3bfa22bc0341f8b7134e 100644 (file)
@@ -473,7 +473,7 @@ void MainWin::input_line()
 void MainWin::about()
 {
    QMessageBox::about(this, tr("About bat"),
-      tr("<br><h2>bat " VERSION "(" BDATE "), by Dirk H Bartley and Kern Sibbald</h2>"
+      tr("<br><h2>bat " VERSION " (" BDATE "), by Dirk H Bartley and Kern Sibbald</h2>"
          "<p>Copyright &copy; 2007-" BYEAR " Free Software Foundation Europe e.V."
          "<p>The <b>bat</b> is an administrative console"
          " interface to the Director."));
index 2d44e8c0ab6de21ec6dd0748037d96add3bf3540..ec8f238fe1d383e7a911731f39b55539f2bf2852 100644 (file)
@@ -4,8 +4,8 @@
 
 #undef  VERSION
 #define VERSION "2.4.3"
-#define BDATE   "12 August 2008"
-#define LSMDATE "12Aug08"
+#define BDATE   "14 August 2008"
+#define LSMDATE "14Aug08"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2008 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2008"       /* year for copyright messages in progs */
index 3156d504b1ff00d79942804508d767762caa3cfc..836404ffef3667fca355390d053af2b590e4b5aa 100644 (file)
@@ -1,6 +1,8 @@
               Technical notes on version 2.4
 
 General:
+14Aug08
+kes  Add space after version before date in bat about dialog.
 12Aug08
 kes  Fix seg fault in Dir during estimate command with no level value
      given. This fixes bug #1140.