From: Kern Sibbald Date: Sat, 14 Apr 2007 15:20:29 +0000 (+0000) Subject: Correct typo X-Git-Tag: Release-7.0.0~6580 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4dcb58d8af3f7223eb3abcd3392de873648a8756;p=bacula%2Fbacula Correct typo git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4548 91ce42f0-d328-0410-95d8-f526ca767f89 --- 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);