--- 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)));
--- 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 <i>singleton</i> 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.