]> git.sur5r.net Git - bacula/bacula/commitdiff
A substitution I did affected some comments. Set back.
authorDirk H Bartley <dbartley@schupan.com>
Sat, 19 May 2007 20:06:07 +0000 (20:06 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Sat, 19 May 2007 20:06:07 +0000 (20:06 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4842 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/clients/clients.cpp
bacula/src/qt-console/fileset/fileset.cpp
bacula/src/qt-console/medialist/medialist.cpp
bacula/src/qt-console/storage/storage.cpp

index c2d2dad52ee73a932d4aa618c6cbdabcfed11496..93d75de8f7c4adb0da8bbfa2614fa133fdae5697 100644 (file)
@@ -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 */
index 1aeb9a1bb052d20c20a7a9055b39f6641032d133..70ff0d92cc408fa49fda973b098019346498df85 100644 (file)
@@ -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 */
index 544f0c91f1aee20e5254771e2e9eb7c42fbc9cb0..1f9d35ab773f5419ffe700014587864e454df746 100644 (file)
@@ -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 */
index 8dd41a89e6f897e24dfaa753ab16ab07e003c1fb..61b17e44080cfc253d0b494dc6cf9b8ff172575a 100644 (file)
@@ -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 */