diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-11-02 14:58:27 +0100 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2018-11-08 01:50:14 +0000 |
commit | f067dfc575173d45c0c3cd5732e0f7b69edd6fb5 (patch) | |
tree | 36578a9ebd3eb0966aa1c632b8451bfe6c6d3e51 /khelpcenter/glossary.cpp | |
parent | 2228191a50814f249b6257adf8c78ec844412435 (diff) | |
download | tdebase-f067dfc575173d45c0c3cd5732e0f7b69edd6fb5.tar.gz tdebase-f067dfc575173d45c0c3cd5732e0f7b69edd6fb5.zip |
this relates to bug 2618
Signed-off-by: gregory guy <g-gregory@gmx.fr>
Diffstat (limited to 'khelpcenter/glossary.cpp')
-rw-r--r-- | khelpcenter/glossary.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/glossary.cpp b/khelpcenter/glossary.cpp index 0d25dbf79..3c662dacd 100644 --- a/khelpcenter/glossary.cpp +++ b/khelpcenter/glossary.cpp @@ -298,7 +298,7 @@ TQString Glossary::entryToHtml( const GlossaryEntry &entry ) .arg( entry.term() ) .arg( entry.definition() ) .arg( seeAlso) - .arg( View::langLookup( "khelpcenter/kdelogo2.png" ) ); + .arg( View::langLookup( "khelpcenter/tdelogo2.png" ) ); } void Glossary::slotSelectGlossEntry( const TQString &id ) |