typos
authorsheepluva
Wed, 26 Oct 2011 11:50:03 +0200
changeset 6215 efe2e2f7cabf
parent 6214 c06b7e2eb7a4
child 6216 a6186a8ba90a
typos
QTfrontend/ui/widget/chatwidget.cpp
QTfrontend/util/HWDataManager.h
--- 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.