diff options
| author | 2009-07-19 10:24:23 +0000 | |
|---|---|---|
| committer | 2009-07-19 10:24:23 +0000 | |
| commit | 9f28d4f7c05f466c3fc65c27dc6d2c163b003829 (patch) | |
| tree | 630f59f61fb26d6f569b201902b6af263d9f275f /src/modules/links/linkswindow.cpp | |
| parent | typo fix (diff) | |
| download | KVIrc-9f28d4f7c05f466c3fc65c27dc6d2c163b003829.tar.gz KVIrc-9f28d4f7c05f466c3fc65c27dc6d2c163b003829.tar.bz2 KVIrc-9f28d4f7c05f466c3fc65c27dc6d2c163b003829.zip | |
removed old options & code regarding window caption colors
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3353 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/links/linkswindow.cpp')
| -rw-r--r-- | src/modules/links/linkswindow.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/modules/links/linkswindow.cpp b/src/modules/links/linkswindow.cpp index 35613e370..923a46b2f 100644 --- a/src/modules/links/linkswindow.cpp +++ b/src/modules/links/linkswindow.cpp @@ -158,22 +158,6 @@ QSize KviLinksWindow::sizeHint() const void KviLinksWindow::fillCaptionBuffers() { KviQString::sprintf(m_szPlainTextCaption,__tr2qs("Links for %Q [IRC Context %u]"),&m_szRootServer,m_pConsole->context()->id()); - - KviQString::sprintf(m_szHtmlActiveCaption, - __tr2qs("<nobr><font color=\"%s\"><b>Links for %Q</b></font> " \ - "<font color=\"%s\">[IRC Context %u]</font></nobr>"), - KVI_OPTION_COLOR(KviOption_colorCaptionTextActive).name().toUtf8().data(), - &m_szRootServer, - KVI_OPTION_COLOR(KviOption_colorCaptionTextActive2).name().toUtf8().data(), - m_pConsole->context()->id()); - - KviQString::sprintf(m_szHtmlInactiveCaption, - __tr2qs("<nobr><font color=\"%s\"><b>Links for %Q</b></font> " \ - "<font color=\"%s\">[IRC Context %u]</font></nobr>"), - KVI_OPTION_COLOR(KviOption_colorCaptionTextInactive).name().toUtf8().data(), - &m_szRootServer, - KVI_OPTION_COLOR(KviOption_colorCaptionTextInactive2).name().toUtf8().data(), - m_pConsole->context()->id()); } void KviLinksWindow::die() |
