From 92aee767d11e50e61aa68363dfbec9c80bd0e95d Mon Sep 17 00:00:00 2001 From: Dirk H Bartley Date: Sat, 19 May 2007 20:06:07 +0000 Subject: [PATCH] A substitution I did affected some comments. Set back. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4842 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/clients/clients.cpp | 2 +- bacula/src/qt-console/fileset/fileset.cpp | 2 +- bacula/src/qt-console/medialist/medialist.cpp | 2 +- bacula/src/qt-console/storage/storage.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bacula/src/qt-console/clients/clients.cpp b/bacula/src/qt-console/clients/clients.cpp index c2d2dad52e..93d75de8f7 100644 --- a/bacula/src/qt-console/clients/clients.cpp +++ b/bacula/src/qt-console/clients/clients.cpp @@ -221,7 +221,7 @@ void Clients::currentStackItem() if(!m_populated) { populateTree(); /* add context sensitive menu items specific to this classto the page - * selector tree. m_m_contextActions is QList of QActions, so this is + * selector tree. m_contextActions is QList of QActions, so this is * only done once with the first population. */ m_contextActions.append(actionRefreshClients); /* Create the context menu for the client tree */ diff --git a/bacula/src/qt-console/fileset/fileset.cpp b/bacula/src/qt-console/fileset/fileset.cpp index 1aeb9a1bb0..70ff0d92cc 100644 --- a/bacula/src/qt-console/fileset/fileset.cpp +++ b/bacula/src/qt-console/fileset/fileset.cpp @@ -208,7 +208,7 @@ void FileSet::currentStackItem() if(!m_populated) { populateTree(); /* add context sensitive menu items specific to this classto the page - * selector tree. m_m_contextActions is QList of QActions, so this is + * selector tree. m_contextActions is QList of QActions, so this is * only done once with the first population. */ m_contextActions.append(actionRefreshFileSet); /* Create the context menu for the fileset tree */ diff --git a/bacula/src/qt-console/medialist/medialist.cpp b/bacula/src/qt-console/medialist/medialist.cpp index 544f0c91f1..1f9d35ab77 100644 --- a/bacula/src/qt-console/medialist/medialist.cpp +++ b/bacula/src/qt-console/medialist/medialist.cpp @@ -248,7 +248,7 @@ void MediaList::currentStackItem() if(!m_populated) { populateTree(); /* add context sensitive menu items specific to this classto the page - * selector tree. m_m_contextActions is QList of QActions, so this is + * selector tree. m_contextActions is QList of QActions, so this is * only done once with the first population. */ m_contextActions.append(actionRefreshMediaList); /* Create the context menu for the medialist tree */ diff --git a/bacula/src/qt-console/storage/storage.cpp b/bacula/src/qt-console/storage/storage.cpp index 8dd41a89e6..61b17e4408 100644 --- a/bacula/src/qt-console/storage/storage.cpp +++ b/bacula/src/qt-console/storage/storage.cpp @@ -219,7 +219,7 @@ void Storage::currentStackItem() if(!m_populated) { populateTree(); /* add context sensitive menu items specific to this classto the page - * selector tree. m_m_contextActions is QList of QActions, so this is + * selector tree. m_contextActions is QList of QActions, so this is * only done once with the first population. */ m_contextActions.append(actionRefreshStorage); /* Create the context menu for the storage tree */ -- 2.39.5