/*
Bacula® - The Network Backup Solution
- Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
+ Copyright (C) 2000-2010 Free Software Foundation Europe e.V.
The main author of Bacula is Kern Sibbald, with contributions from
many others, a complete list can be found in the file AUTHORS.
/*
* Define Host machine
*
- * Version $Id$
- *
*/
#define HOST_OS "@host@@post_host@"
#define BACULA "@BACULA@"
#define DISTNAME "@DISTNAME@"
#define DISTVER "@DISTVER@"
+#ifdef HAVE_WIN32
+#define HELPDIR "c://Program Files//Bacula//help"
+#else
#define HELPDIR "@htmldir@"
+#endif
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2007-2009 Free Software Foundation Europe e.V.
+ Copyright (C) 2007-2010 Free Software Foundation Europe e.V.
The main author of Bacula is Kern Sibbald, with contributions from
many others, a complete list can be found in the file AUTHORS.
*
* Kern Sibbald, May MMVII
*
- * $Id$
*/
#include "bat.h"
#include "help.h"
+/*
+ * Note: HELPDIR is defined in src/host.h
+ */
+
Help::Help(const QString &path, const QString &file, QWidget *parent) :
QWidget(parent)
{
/*
Bacula® - The Network Backup Solution
- Copyright (C) 2007-2009 Free Software Foundation Europe e.V.
+ Copyright (C) 2007-2010 Free Software Foundation Europe e.V.
The main author of Bacula is Kern Sibbald, with contributions from
many others, a complete list can be found in the file AUTHORS.
*/
/*
- * Version $Id$
*
* Main Window control for bat (qt-console)
*
cp -f debug/bat.exe ../win32/release32
cp -f ${DEPKGS}/depkgs-mingw32/lib/qt/QtGui4.dll ../win32/release32
cp -f ${DEPKGS}/depkgs-mingw32/lib/qt/QtCore4.dll ../win32/release32
+ rm -rf ../win32/release32/help
+ mkdir ../win32/release32/help
+ cp -f help/*.html ../win32/release32/help/
+ cp -f images/status.png ../win32/release32/help/
+ cp -f images/mail-message-new.png ../win32/release32/help/
fi
#undef VERSION
-#define VERSION "5.1.0"
-#define BDATE "26 January 2010"
-#define LSMDATE "26Jan10"
+#define VERSION "5.1.1"
+#define BDATE "06 February 2010"
+#define LSMDATE "06Feb10"
#define PROG_COPYRIGHT "Copyright (C) %d-2010 Free Software Foundation Europe e.V.\n"
#define BYEAR "2010" /* year for copyright messages in progs */