From 4dcb58d8af3f7223eb3abcd3392de873648a8756 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 14 Apr 2007 15:20:29 +0000 Subject: [PATCH] Correct typo git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4548 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/qt-console/mainwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/qt-console/mainwin.cpp b/bacula/src/qt-console/mainwin.cpp index 0a509c44c6..3d0d5f480b 100644 --- a/bacula/src/qt-console/mainwin.cpp +++ b/bacula/src/qt-console/mainwin.cpp @@ -87,7 +87,7 @@ void MainWin::createPages() hashInsert(item, m_console); /* Set Color of treeWidgetItem for the console - * It will be set to gree in the console class if the connection is made. + * It will be set to green in the console class if the connection is made. */ QBrush redBrush(Qt::red); item->setForeground(0, redBrush); -- 2.39.5