Fix typos

Reviewed-by: thorbjorn
This commit is contained in:
Tobias Hunger
2010-01-11 10:22:55 +01:00
parent 443a0377b4
commit 592e494d1a
51 changed files with 92 additions and 90 deletions

View File

@@ -207,7 +207,7 @@ void FancyTabBar::paintTab(QPainter *painter, int tabIndex) const
bool hover = (tabIndex == m_hoverIndex);
#ifdef Q_WS_MAC
hover = false; // Dont hover on Mac
hover = false; // Do not hover on Mac
#endif
QColor background = QColor(0, 0, 0, 10);