# HG changeset patch # User sheepluva # Date 1319622603 -7200 # Node ID efe2e2f7cabf76f3e58057c257bb4ce774abd0a1 # Parent c06b7e2eb7a47fca9ec50f84961046b04769b1cc typos diff -r c06b7e2eb7a4 -r efe2e2f7cabf QTfrontend/ui/widget/chatwidget.cpp --- a/QTfrontend/ui/widget/chatwidget.cpp Wed Oct 26 05:57:00 2011 +0200 +++ b/QTfrontend/ui/widget/chatwidget.cpp Wed Oct 26 11:50:03 2011 +0200 @@ -603,7 +603,7 @@ // clear and re compile regexp for highlighting m_highlights.clear(); - QString hlRegExp("^(.* )?%1(( |[^-a-z0-9_]( |$)).*)?$"); + QString hlRegExp("^(.* )?%1[^-a-z0-9_]*( .*)?$"); QRegExp whitespace("\\s"); m_highlights.append(QRegExp(hlRegExp.arg(m_userNick))); diff -r c06b7e2eb7a4 -r efe2e2f7cabf QTfrontend/util/HWDataManager.h --- a/QTfrontend/util/HWDataManager.h Wed Oct 26 05:57:00 2011 +0200 +++ b/QTfrontend/util/HWDataManager.h Wed Oct 26 11:50:03 2011 +0200 @@ -55,7 +55,7 @@ static HWDataManager & instance(); /** - * @brief Returns a pointer to the singleton instance of this class. + * @brief Returns a sorted list of data directory entries. * * @param subDirectory sub-directory to search. * @param filters filters for entry type.