Fix khelpcenter branding.

Signed-off-by: Chris <xchrisx@uber.space>
pull/40/head
Chris 5 years ago
parent f97e24f3c3
commit c0da2d242c

@ -289,7 +289,7 @@ TQString Glossary::entryToHtml( const GlossaryEntry &entry )
TQTextStream htmlStream(&htmlFile);
return htmlStream.read()
.arg( i18n( "KDE Glossary" ) )
.arg( i18n( "TDE Glossary" ) )
.arg( entry.term() )
.arg( View::langLookup( "khelpcenter/konq.css" ) )
.arg( View::langLookup( "khelpcenter/pointers.png" ) )

Loading…
Cancel
Save