From: Kern Sibbald Date: Fri, 17 Aug 2007 11:55:05 +0000 (+0000) Subject: Update X-Git-Tag: Release-7.0.0~5822 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=27555b5394ab8763455bde0fc10b791e2f45b04f;p=bacula%2Fbacula Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5371 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/qt-console/jobgraphs/jobplot.cpp b/bacula/src/qt-console/jobgraphs/jobplot.cpp index 31d5521ed2..4dc0189a85 100644 --- a/bacula/src/qt-console/jobgraphs/jobplot.cpp +++ b/bacula/src/qt-console/jobgraphs/jobplot.cpp @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2007 Free Software Foundation Europe e.V. + Copyright (C) 2007-2007 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. @@ -117,7 +117,7 @@ void JobPlot::currentStackItem() } /* - * Slot for the refrehs push button, also called from constructor. + * Slot for the refresh push button, also called from constructor. */ void JobPlot::reGraph() { diff --git a/bacula/src/qt-console/jobgraphs/jobplot.h b/bacula/src/qt-console/jobgraphs/jobplot.h index d733add32a..423bf57acd 100644 --- a/bacula/src/qt-console/jobgraphs/jobplot.h +++ b/bacula/src/qt-console/jobgraphs/jobplot.h @@ -3,7 +3,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2007 Free Software Foundation Europe e.V. + Copyright (C) 2007-2007 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. @@ -83,7 +83,7 @@ public: }; /* - *Class to Change the display of the time scale to display dates. + * Class to Change the display of the time scale to display dates. */ class DateTimeScaleDraw : public QwtScaleDraw {