From 1d17abc83cabe524511f13b7c8a67c46983ed1cf Mon Sep 17 00:00:00 2001 From: un1versal Date: Mon, 1 Feb 2016 01:50:52 +0000 Subject: ListWindow: remove tooltip center formatting and fix missed tooltip capitalization --- src/modules/list/ListWindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/list/ListWindow.cpp') diff --git a/src/modules/list/ListWindow.cpp b/src/modules/list/ListWindow.cpp index e856e67cb..5f41de6f4 100644 --- a/src/modules/list/ListWindow.cpp +++ b/src/modules/list/ListWindow.cpp @@ -226,10 +226,10 @@ ListWindow::ListWindow(KviConsoleWindow * lpConsole) m_pParamsEdit = new KviThemedLineEdit(pBox, this, "lineedit"); pBox->setStretchFactor(m_pParamsEdit,1); - KviTalToolTip::add(m_pParamsEdit,__tr2qs("
/LIST command parameters:
Many servers accept special parameters that " \ + KviTalToolTip::add(m_pParamsEdit,__tr2qs("/LIST command parameters:
Many servers accept special parameters that " \ "allow you to filter the returned entries.
" \ "Commonly, masked channel names (*kvirc*) are accepted as parameters, as well as strings " \ - "like c<n or c>n where n is the minimum or maximum of users on the channel.
")); + "like c<n or c>n where n is the minimum or maximum of users on the channel.")); connect(m_pParamsEdit,SIGNAL(textEdited(const QString &)),this,SLOT(liveSearch(const QString &))); @@ -348,7 +348,7 @@ QSize ListWindow::sizeHint() const void ListWindow::fillCaptionBuffers() { - m_szPlainTextCaption = QString(__tr2qs("Channel List [IRC Context %1]")).arg(m_pConsole->context()->id()); + m_szPlainTextCaption = QString(__tr2qs("Channel list [IRC context %1]")).arg(m_pConsole->context()->id()); //this is a tooltip } void ListWindow::die() -- cgit v1.3.1-10-gc9f91