this relates to bug 2618

Signed-off-by: gregory guy <g-gregory@gmx.fr>
pull/18/head
gregory guy 6 years ago committed by TDE Gitea
parent 2228191a50
commit f067dfc575

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

@ -298,7 +298,7 @@ TQString Glossary::entryToHtml( const GlossaryEntry &entry )
.arg( entry.term() ) .arg( entry.term() )
.arg( entry.definition() ) .arg( entry.definition() )
.arg( seeAlso) .arg( seeAlso)
.arg( View::langLookup( "khelpcenter/kdelogo2.png" ) ); .arg( View::langLookup( "khelpcenter/tdelogo2.png" ) );
} }
void Glossary::slotSelectGlossEntry( const TQString &id ) void Glossary::slotSelectGlossEntry( const TQString &id )

@ -137,7 +137,7 @@ void View::showAboutPage()
.arg( i18n( "The Kicker Desktop Panel" ) ) .arg( i18n( "The Kicker Desktop Panel" ) )
.arg( i18n( "The Trinity Control Center" ) ) .arg( i18n( "The Trinity Control Center" ) )
.arg( i18n( "The Konqueror File manager and Web Browser" ) ) .arg( i18n( "The Konqueror File manager and Web Browser" ) )
.arg( langLookup( "khelpcenter/kdelogo2.png" ) ); .arg( langLookup( "khelpcenter/tdelogo2.png" ) );
begin( KURL( "about:khelpcenter" ) ); begin( KURL( "about:khelpcenter" ) );
write( res ); write( res );
end(); end();

Loading…
Cancel
Save